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" />
<!-- apptheme. --> <style name="apptheme" parent="theme.appcompat.light.darkactionbar"> <item name="actionmenutextcolor">@color/white</item> <item name="android:actionmenutextcolor">@color/white</item> </style>
Comments
Post a Comment