vinc3m1 / RoundedImageView

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

Widget with RoundedImageView does not render #237

Closed HansaExport closed 1 year ago

HansaExport commented 5 years ago

Hi,

I'll try to use the RoundedImageView in a widget, but when I replace my ImageView with the RoundedImageView, the widget is not rendered. Using RoundedImageView in the application/an activity works like a charm.

I found no errors inside my Android Studio, where I can check what's going wrong.

Are there any experiences using RoundedImageView in a widget, or do I have to take anything into account when using this in a widget?