Foursquare-CollectionPicker icon indicating copy to clipboard operation
Foursquare-CollectionPicker copied to clipboard

Strange flicker on click

Open tzanou opened this issue 9 years ago • 0 comments

ezgif com-video-to-gif 1

As shown on gif when clicking to a tag a quick flicker shows ,when I "long click" flicker doesnt happen.Thats because on getSelectorSelected() and getSelectorNormal() different states have different color so when user clicks it goes from pressed state to normal and then the backround color changes (flicker).

I managed to remove the flicker by removing state_pressed GradientDrawable (I dont know why there is state_pressed in the first place).

Flicker is not easily visible with colors like red and blue so I used white and green.

Thanks for the great library !

tzanou avatar Jan 22 '16 13:01 tzanou