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
Menu menuNav = navigationView.getMenu(); MenuItem menuItem = menuNav.findItem(R.id.nav_subjects); // Disable a tint color menuItem.setChecked(false);
I hope it answers your question.