如何改变风格“?spinnerstyle”的颜色?

时间:2013-12-12 21:34:47

标签: android android-styles

如何将此三角线更改为不同的颜色?

enter image description here

此图像显示蓝色(显然无法正常访问),但默认为灰色。 我的目标是将这个灰色underline with triangle变成全蓝色。

我的代码:

<org.holoeverywhere.widget.TextView
            android:id="@+id/spinnerRadio"
            android:layout_centerHorizontal="true"
            android:layout_alignParentBottom="true"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            style="?spinnerStyle"
            android:gravity="center"
            android:text="Kanał główny" />

我相信有任何xml方法可以强制颜色而不是重新创建轮子。

1 个答案:

答案 0 :(得分:1)

可悲的是,你不能只指定控件的强调色,你必须提供自己的图形资源,主要是9个补丁图像。然后你必须覆盖控件样式才能使用它们

偶然的机会,精彩的Android Holo Colors为您省去了自己做的一件苦差事!