blazsolar / HorizontalPicker

Android widget allowing user to select one item from set of them by swiping left and right.
http://blaz.solar/HorizontalPicker
Apache License 2.0
227 stars 81 forks source link

Selected item text color #56

Closed reginatojames closed 8 years ago

reginatojames commented 8 years ago

Howdy! Is it possible to change the selected item text color?

webserveis commented 8 years ago

I need same, how to change color when highlight selected

blazsolar commented 8 years ago

Hi, you can do that by setting selector as text color. You can see how to do that in example project included in source. https://github.com/blazsolar/HorizontalPicker/blob/develop/HorizontalPickerExample/src/main/res/color/text_color.xml

reginatojames commented 8 years ago

@blazsolar Uh, thank you so much, my bad for not noticing that in the example