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
Asked
Active
Viewed 38 times
1 Answers
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