How can I change just one of menu item icon color in Android's navigation drawer? I don't want to change the entire drawers icon but just one icon.
I tried setting the android:iconTint
property but that does not work.
How can I change just one of menu item icon color in Android's navigation drawer? I don't want to change the entire drawers icon but just one icon.
I tried setting the android:iconTint
property but that does not work.