Change toolbar menu item text color dynamically on different Android version
问题 Need to change toolbar menu item text color in different fragments. Right now i have two fragments when this must work. I set static style AppTheme with. <item name="actionMenuTextColor">@color/black</item> In first fragment text must be black and in second white. I used this option when set SpannableString instead of String in setTitle on menuItem. This work good with version 8.0 and greater. When check how it works on 5.0, 6.0, 7.0 nothing change. Style set in Application section in