SyntaxFix
Write A Post
Hire A Developer
Questions
I used below code to change Navigation drawer text color in my app.
NavigationView navigationView = (NavigationView) findViewById(R.id.nav_view); navigationView.setItemTextColor(ColorStateList.valueOf(Color.WHITE));