I need to disable a tint color for some icons in NavigationView because their color define category type. How can I do it? Below picture shows my problem: <
NavigationView
If you want change color of icon on seletion the below is the possible answer:
Change Navigation View Item Color Dynamicly Android
Otherwise you can set
navview.setItemIconTintList(null);
this will give the original colors of icons. and you can use colored and grey icons as per your requirements.