-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
selected item color is not getting changed automatically #59
Comments
Any information on how to do that ? |
can you give me some more information what issue is exactly? |
@blazsolar when I set textColor in xml attribute, all the items are shown in same color. How to identify which item is actually selected, they all look the same. |
@blazsolar ok, got this. need to setup a selector for text color, that solves it. Is it possible to have a different color background for selected item, that will make the item pop out. We need to have a new method for background color just like : getTextColor, and the background color can also be defined as a selector. Then in draw method we can paint a circle with appropriate color for the item. It will be great if we can have that. |
make changes in HorizontalPicker class file ,I hope this is helpfull..... |
No description provided.
The text was updated successfully, but these errors were encountered: