How to prevent checkbox animation after setting a value

On Android> = 21 (lollipop), if I change the status of the checkbox, it performs the animation. I want to prevent this.

I tried to temporarily install stateListAnimatoron null, but that did not help. How to prevent animation?

+4
source share

Source: https://habr.com/ru/post/1611903/


All Articles