android-holo-colors icon indicating copy to clipboard operation
android-holo-colors copied to clipboard

Spinner text color not change

Open felipeparente opened this issue 11 years ago • 2 comments
trafficstars

The spinner text color not change. I tryed to do many things, but the color not change. It is only white, and i can see the text because my background is white too.

felipeparente avatar Jul 07 '14 21:07 felipeparente

Can i have a screenshot ? Because text in spinner should be black, not white.

<style name="SpinnerItemAppTheme" parent="android:TextAppearance.Widget.TextView.SpinnerItem">
    <item name="android:textColor">#000000</item>
</style>

jeromevdl avatar Jul 14 '14 13:07 jeromevdl

Why not use Widget.Holo.TextView.SpinnerItem as parent?

RoelRoel avatar Jan 30 '15 13:01 RoelRoel