android - Change Actionbar/Toolbar action text color -


so i'm using appcompat toolbar actionbar. no matter attribute try can't change color of options menu items shown actions. ie have code below , want change color when displayed action white.

<item android:id="@+id/action_login" android:title="@string/login_join" vendorsearch:showasaction="withtext|ifroom" />

enter image description here

<!-- apptheme. --> <style name="apptheme" parent="theme.appcompat.light.darkactionbar">     <item name="actionmenutextcolor">@color/white</item>     <item name="android:actionmenutextcolor">@color/white</item> </style> 

Comments

Popular posts from this blog

javascript - How to synchronize the Three.js and HTML/SVG coordinate systems (especially w.r.t. the y-axis)? -

javascript - How do I find how many occurences are there of a highlighted string, and which occurence is it? -

java - Reading data from multiple zip files and combining them to one -