1

I couldn't change back button colour in the toolbar
But when I set this style <style name="ToolbarTheme" parent="@style/ThemeOverlay.AppCompat.ActionBar"> <item name="colorControlNormal">@color/badge_color</item> </style> it's working fine, but I can't use this code because the colour comes from the API So, how can I change this attribute "colorControlNormal" in a toolbar programmatically? or how can change back button color?

the back button

1 Answers1

0

Change theme of Toolbar to custom theme with colorControlNormal attribute specified