0

In my application I am using a ListView CheckedTextView. When you run the app on a device lollipop when I click on the CheckedTextView the reveal effect is shown, the default reveal effect included in lollipop.

My intention is that when you click on the CheckedTextView, the effect reveal not apply.

Is there any way to remove this?

Thanks in advance and greetings.

Sergio76
  • 3,835
  • 16
  • 61
  • 88

1 Answers1

0

You can try adding this attribute to your CheckedTextView:

android:stateListAnimator="@null"
Sazid
  • 2,747
  • 1
  • 22
  • 34