vinc3m1 / RoundedImageView

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

Transparent colors do not render correctly #189

Closed liquidninja24 closed 6 years ago

liquidninja24 commented 7 years ago

Specifying a transparent color (#990c121c) using setColorFilter, or setTintList, does not render correctly. The alpha portion of the color is dropped and a solid tint is applied instead.

This works correctly using the standard ImageView and Drawable, but is broken for RoundedImageView and RoundedDrawable.

vinc3m1 commented 6 years ago

colorFilters and tintlists and not currently supported