Ich möchte die Farbe des Optionsmenüs in Weiß ändern. Ich habe versucht, ein Bild dafür hinzuzufügen, aber die Dosis funktioniert nicht. Wie macht man das?Wie ändert man die Farbe im Optionsmenü?
Menü xml:
<menu xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
tools:context="com.example.siddhi.timetablelayout.Main2Activity">
<item android:id="@+id/action_settings" android:title="@string/action_settings"
android:orderInCategory="100" app:showAsAction="never"
android:icon="@drawable/ic_more_vert_white_48dp"/>
</menu>
Danke.
einfachste .. Danke .. @ ayz4sci – Sid
wo diese – bharv14
setzen Legen Sie es in Ihrem style.xml. AppTheme. – ayz4sci