Android Studio now supports vector assets on 21+ and will generate pngs for lower versions at compile time. I have a vector asset (from the Material Icons) that I want to c
If the vectors are not showing individually set colors using fillColor then they may be being set to a default widget parameter.
Try adding app:itemIconTint="@color/lime" to activity_main.xml to set a default color type for the widget icons.
app:itemIconTint="@color/lime"
VectorDrawable @ developers.android