So i'm using appcompat with a toolbar as my actionbar. no matter what attribute I try I can't change the color of Options menu items shown as actions. IE I have the code below and want to change its color when it is displayed as an action only to white.
<item android:id="@+id/action_login" android:title="@string/login_join" vendorSearch:showAsAction="withText|ifRoom" />
No comments:
Post a Comment