android-holo-colors
android-holo-colors copied to clipboard
Spinner text color not change
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.
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>
Why not use Widget.Holo.TextView.SpinnerItem as parent?