AigeStudio / WheelPicker

Simple and fantastic wheel view in realistic effect for android.
Apache License 2.0
2.56k stars 524 forks source link

wheel_selected_item_text_color="#FFFFFF" has no effect #106

Open vibexie opened 7 years ago

vibexie commented 7 years ago

In layout xml, wheel_selected_item_text_color="#FFFFFF" has no effect, but other colors is ok.

jmpaya commented 7 years ago

I'm having the same problem.

Have you found a solution for this @vibexie?

Thanks,

kvysey commented 7 years ago

This is not the best solution, but it's fast and easy. You can set #F2FFFFFF color, for example.

thirtyyuan commented 6 years ago

Cause the WheelPicker has curtain, please reduce color of curtain, and underline the selected_item_text_color

lyt217 commented 4 years ago

use wheelCenter.setSelectedItemTextColor(Color.parseColor("#ffffff"));