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
navview.setItemIconTintList(null);
Good luck!