You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 27, 2023. It is now read-only.
I use RoundedImageView to display images from network (using UIL). It has mutable background set in code. For some reason if I don't set any non-null rounded corner I can see 2 black borders: one around src image centered within ImageView and another one around whole ImageView. I have to explicitly disable border to avoid this issue (no border is set by me).
The text was updated successfully, but these errors were encountered:
I use RoundedImageView to display images from network (using UIL). It has mutable background set in code. For some reason if I don't set any non-null rounded corner I can see 2 black borders: one around src image centered within ImageView and another one around whole ImageView. I have to explicitly disable border to avoid this issue (no border is set by me).
The text was updated successfully, but these errors were encountered: