Closed himanshu1706 closed 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
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;
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.