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 - ScrollTo Effect (href to div) -

javascript - ng-class not responding to change in model in Angular? -

javascript - document.registerElement extending HTMLInputElement prototype while using custom tag name to avoid implicit browser style -