Answers for "change activity main drawer items text color android"

0

change activity main drawer items text color android

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

Code answers related to "change activity main drawer items text color android"

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language