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

python - mat is not a numerical tuple : openCV error -

c# - MSAA finds controls UI Automation doesn't -

wordpress - .htaccess: RewriteRule: bad flag delimiters -