splitwise / TokenAutoComplete

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

On select token color is not changing #140

Closed himanshu1706 closed 9 years ago

himanshu1706 commented 9 years ago

I am creating a project using this library. I have changed the default and selected token color in xml , when I run the program default token color is changed to blue but when I select any token it shows only default color. On select it must change the color which not happening. Please guide me on this issue.

mgod commented 9 years ago

Please provide the xml for your token and background. 

— Sent from Mailbox

On Tue, Jun 23, 2015 at 3:37 AM, himanshu1706 notifications@github.com wrote:

I am creating a project using this library. I have changed the default and selected token color in xml , when I run the program default token color is changed to blue but when I select any token it shows only default color. On select it must change the color which not happening. Please guide me on this issue.

Reply to this email directly or view it on GitHub: https://github.com/splitwise/TokenAutoComplete/issues/140

himanshu1706 commented 9 years ago

I have resolved the issue by changing the line 89 in TokenCompleteTextView to private TokenClickStyle tokenClickStyle = TokenClickStyle.Select; instead of private TokenClickStyle tokenClickStyle = TokenClickStyle.None;