splitwise / TokenAutoComplete

Gmail style MultiAutoCompleteTextView for Android
Apache License 2.0
1.3k stars 383 forks source link

Cannot select token. #144

Closed doyunglee closed 9 years ago

doyunglee commented 9 years ago

I am running the example on an Android phone running Lollipop and I am unable to select the tag tokens.

mgod commented 9 years ago

Did you set the token click style on the completion view?

doyunglee commented 9 years ago

I just created a pull request about it, actually! Is that the way to go about it?

mgod commented 9 years ago

You did set up the pull request correctly, but you should be configuring the selection style outside of the class file. If you look at the TokenActivity class, you can see where I configure the completionView around line 60. This is where you should be changing the selection style.