a) They're possibility to change a drawable during press on a token? I want to use TokenCompleteTextView.TokenClickStyle.Delete and I like to give users a feedback on any onclick events.
Unfortunately set selector with pressed state as background drawable for a token view doesn't work.
a) No, sorry. The tokens don't have normal selection states.
b) You should use TokenClickStyle.Select if you want to have confirmation before deleting a token.
a) They're possibility to change a drawable during press on a token? I want to use
TokenCompleteTextView.TokenClickStyle.Delete
and I like to give users a feedback on any onclick events.Unfortunately set selector with pressed state as background drawable for a token view doesn't work.
b) Also when I touch down the token, decide "No, not this one!", swipe out and then touch up, token was still deleted. Any options to avoid that?