Android Toolbar menu text color

前端 未结 5 567
无人及你
无人及你 2020-12-11 15:59

I\'m trying to change my Toolbar\'s menu item text color here, but it doesn\'t work. Here\'s my style:


Also you can change the title text appearance with another style:


And finally to change the menu item style you need to add this item property to the main style/theme of the app (the one you set in the AndroidManifest file:

@style/App.ToolbarMenuItem

With:


The final result would be something like this:

提交回复
热议问题