Answers for "how to change text color in navigation drawer android studio"

1

android navigation drawer menu item color

Add this line to navigationview in xml

        app:itemTextColor="your color"
Posted by: Guest on May-02-2020
0

edit activity main drawer items text color android

<android.support.design.widget.NavigationView
    app:itemTextColor="@color/colorWhite"> <!-- add this line to edit items' color-->
    app:itemIconTint="@color/textColorPrimary"/> <!-- add this line is for items' icons color -->
Posted by: Guest on March-14-2020

Code answers related to "how to change text color in navigation drawer android studio"

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language