I used navigation drawer to design the menu of my app for first time, I change the menu icon by my xml code but the icon in activity is showing like gray overlay i used itemIconTint but it not showing right. My icon have different colors how can i display my icon with all colors
My trip icon is showing gray as shown , and after setting itemIconTint all goes to orange color 
Try Below code :
Programmatically
yourNavigationView.setItemIconTintList(null);
From XML
<android.support.design.widget.NavigationView
...
app:itemIconTint="@android:color/black"
... />
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With