How to change all ToolBar's icons color dynamically without styling toolbar
问题 I have been looking a way to change the color of all elements in a toolbar working like an ActionBar dynamically. Specifications: Using parent="Theme.AppCompat.Light.NoActionBar" on styles.xml Appcompat v7 22 setting setSupportActionBar() in my AppCompatActivity I got the colors from a POST request (usually #FF------ format) I have read following post: How do I change the color of the ActionBar hamburger icon? How to change color of hamburger icon in material design navigation drawer Can't