如何在Android应用程序中更改微调框的文本颜色和字体

时间:2016-02-14 05:36:26

标签: android fonts colors spinner

我需要知道如何更详细地更改微调器的文本颜色和字体,以及我需要在代码中更改哪些点我必须粘贴它...感谢提前

<Spinner
        android:id="@+id/light4text"
        android:layout_height="50dp"
        android:layout_width="150dp"
        android:layout_weight="1.15"
        android:entries="@array/list"
        android:textColor="@android:color/white"
        android:textSize="20sp"
        android:theme="@android:style/TextAppearance"
        android:background="#1d1d1d"
        android:layout_marginTop="30dp"
        android:layout_alignLeft="@+id/light3text"
        android:layout_below="@+id/light3text" />

0 个答案:

没有答案