png icon color issue
Closed this issue · 1 comments
ithakur-noob commented
When i am using png icon for menu item its tint always is in white color but when i am using vector icon its working fine .But i want to use different icons as png but unSelected color is not working on them and png icon tint is always white
ithakur-noob commented
Got the solution i changed to this DrawableCompat.setTint(drawable.mutate(), unSelectedColor) and it worked