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.
@technicalcycling mind checking out if this change fixes the extra background Drawable?
Technically if you used a BitmapDrawable for the background, RoundedDrawable would re-use the exiting bitmap, so this would only avoid an extra bitmap in the case of colordrawables, etc. But this does still remove the extra work involved adding borders and rounding the background if it's already rounded.
No description provided.
The text was updated successfully, but these errors were encountered: