Foursquare-CollectionPicker
Foursquare-CollectionPicker copied to clipboard
Strange flicker on click
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 !