RoundedImageView
RoundedImageView copied to clipboard
fix for vectordrawables
app:scrCompat and tint do not work
tint not work but for vectors, add
AppCompatDelegate.setCompatVectorFromResourcesEnabled(true);
in your extended Application
class,
for vectors, add
AppCompatDelegate.setCompatVectorFromResourcesEnabled(true);
in your extended Application
class,
and for tint see this.