vinc3m1 / RoundedImageView

A fast ImageView that supports rounded corners, ovals, and circles.
Other
6.44k stars 1.25k forks source link

fix for vectordrawables #233

Closed FaramarzZ closed 1 year ago

FaramarzZ commented 5 years ago

app:scrCompat and tint do not work

abbasalim commented 5 years ago

tint not work but for vectors, add AppCompatDelegate.setCompatVectorFromResourcesEnabled(true); in your extended Application class,

abbasalim commented 5 years ago

for vectors, add AppCompatDelegate.setCompatVectorFromResourcesEnabled(true); in your extended Application class, and for tint see this.