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

Time:06-09

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

CodePudding user response:

in mainactivity,

 navigationView.setItemIconTintList(null);
  • Related