-1

when I open a navigation menu drawer project with Android Studio, it comes in Gray by default. I couldn't change them. How do I make color as in the picture? Image

Phantômaxx
  • 37,901
  • 21
  • 84
  • 115

1 Answers1

1

Your NaviagtigationView tag has a couple properties you can use.

app:itemTextAppearance="@style/Your.Style"
app:itemTextColor="@color/blue"
tgrable
  • 1,013
  • 1
  • 7
  • 15