I am a beginner in Android Development. Using android\'s default Navigation drawer activity I am developing an application. One of the requirements of this app is to change
First check for the NavigationView below
Check here two things
app:itemIconTint="@drawable/drawer_item_color"
app:itemTextColor="@drawable/drawer_item_color"
These both tags are using drawer_item_color.xml which is a selector in drawable folder and below is the code for it
use selector and add colors you want. This will do the job for you.