0

我在我的应用程序中使用下拉微调器。我正在尝试用自定义颜色替换主要选定单元格的蓝色调。任何提示如何做同样的事情?这是我为下拉微调器提供的代码:

<TextView xmlns:android="http://schemas.android.com/apk/res/android"

        android:id="@+id/item"
        android:layout_width="match_parent"
        android:layout_height="45dp"
        android:ellipsize="end"
        foo:customFont="Roboto-Regular.ttf"
        android:paddingLeft="18dp"
        android:paddingTop="10dp"
        android:background="@drawable/manage_market_category_btnbg"
        android:singleLine="true"
        android:textSize="16sp" 
        android:textColor="@color/white"/>

这被称为微调单元。

4

1 回答 1

0

试试这个代码:http ://android-holo-colors.com/对于微调器 :)

于 2013-07-25T11:22:09.563 回答