Tomáš Staroň
Tomáš Staroň

Reputation: 77

Icons aren't colored as set in menu.xml, which I include in other .xml file

I am wondering why my icons in menu.xml file which are set to some color, aren't colored after I include the menu.xml in other .xml file. See the screenshot, I can provide more info if needed.

Thank you for your time. enter image description here

Upvotes: 0

Views: 73

Answers (1)

tintin
tintin

Reputation: 385

in mainactivity,

 navigationView.setItemIconTintList(null);

Upvotes: 1

Related Questions