Android Menu Change Text Color

[Solved] Android Menu Change Text Color | Swift - Code Explorer | yomemimo.com
Question : android menu change text color

Answered by : fool-lin

<style name="ToolbarTheme" parent="Theme.AppCompat.Light.NoActionBar"> <item name="android:textColorPrimary">@color/my_color1</item> <item name="android:textColorSecondary">@color/my_color2</item> <item name="android:textColor">@color/my_color3</item> </style>`

Source : https://stackoverflow.com/questions/3519277/how-to-change-the-text-color-of-menu-item-in-android | Last Update : Tue, 07 Dec 21

Question : menuitem - How to change the Text color of Menu item in Android?

Answered by : belaid-nacereddine

<item name="android:actionMenuTextColor">@color/your_color</item>

Source : https://androidandrey.com/howto/517/menuitem---How-to-change-the-Text-color-of-Menu-item-in-Android? | Last Update : Tue, 20 Sep 22

Answers related to android menu change text color

Code Explorer Popular Question For Swift