WheelPicker icon indicating copy to clipboard operation
WheelPicker copied to clipboard

wheel_selected_item_text_color="#FFFFFF" has no effect

Open vibexie opened this issue 7 years ago • 4 comments

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

vibexie avatar Jun 08 '17 03:06 vibexie

I'm having the same problem.

Have you found a solution for this @vibexie?

Thanks,

jmpaya avatar Jul 26 '17 15:07 jmpaya

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

kvysey avatar Aug 07 '17 13:08 kvysey

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

thirtyyuan avatar Apr 09 '18 13:04 thirtyyuan

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

lyt217 avatar Dec 11 '19 19:12 lyt217