4
In the onCreate()
of his ActivityMain
puts the code below:
NavigationView navigationView = findViewById(R.id.nav_view); // Aqui com certeza você já faz
// A linha abaixo permite você visualizar os icones com outras cores sem ser a cor padrão
navigationView.setItemIconTintList(null);
You will see the result once you start the application.
I had put a wrong line of code and now fixed it. It solves your problem?
– Antonio Santos
You saved my life!!!! Thank you very much!!!!
– GabrielLocalhost