アプリでドロップダウン スピナーを使用しています。選択したプライマリ セルの青色の色合いをカスタム カラーに置き換えようとしています。同じようにするためのヒントはありますか? ドロップダウンスピナー用のコードは次のとおりです。
<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"/>
これはスピナーセルと呼ばれます。