0
質問があります。特定の項目に特定の背景色を設定することはできますか? 。たとえば、 "DLUGOSC"項目に "黄色"を設定したいとします。以下は私のstrings.xmlとスピナーのレイアウトです。 おかげ特定の商品のスピナーの背景色を変更してください
**strings.xml**
<resources>
<string name="app_name">Konwerter Jednostek</string>
<string name="action_settings">Settings</string>
<string-array name="units">
<item><b>DLUGOSC</b></item>
<item>Cal</item>
<item>Centymetr</item>
<item>Stopa</item>
<item>Jard</item>
<item>Metr</item>
<item>Mila</item>
<item>Kilometr</item>
<item>Decymetr</item>
<item>Milimetr</item>
</string-array>
スピナーレイアウト
<Spinner
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/spinner_from"
android:layout_alignParentTop="true"
android:layout_alignParentStart="true"
android:layout_alignParentEnd="true"
/>