You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 !
The text was updated successfully, but these errors were encountered:
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 !
The text was updated successfully, but these errors were encountered: