Change specific icon's color in NavigationDrawer
问题 I have a problem with changing the icon's color in default Drawer Menu in Android, there are lots of topics but they only explain changing the tint color of whole menu not a specific icon: For example I want to change the color of Favorites icon to yellow 回答1: You can change icon of the menu from here like this from activity_drawer_drawer.xml layout <?xml version="1.0" encoding="utf-8"?> <menu xmlns:android="http://schemas.android.com/apk/res/android"> <group android:checkableBehavior="single