行ごとにaと aをListView
含む があります。アクティビティを開始するたびに、の数字は白(背景と同じ色)です。TextView
NumberPicker
NumberPicker
ここ、ここ、およびここで提案されているスタイルを適用してみました。無駄に。
他の提案はありますか?
-
NumberPicker.xml
<NumberPicker
android:id="@+id/npMaterialAmount"
android:layout_alignParentRight="true"
android:layout_width="wrap_content"
android:layout_height="75dp"
style="@style/npColour"/>
-
スタイル1を試した:
<style name = "npColour" >
<item name = "android:textColor">#000000</item>
</style>
-
スタイル2を試しました:
<style name = "npColour" parent ="@android:style/Theme.Holo.Light">
</style>
-
...そしてリストは続きます...