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
I am using this library to built simple rounded avatars this way:
TextDrawable.builder().buildRound(letter, backgroundColor.toColor())
Everythings works fine on API =< 21. Unfortunately it is not working on API 16. It creates rectangle avatars instead. Do you have any idea how to solve it?
The text was updated successfully, but these errors were encountered:
I am using this library to built simple rounded avatars this way:
TextDrawable.builder().buildRound(letter, backgroundColor.toColor())
Everythings works fine on API =< 21. Unfortunately it is not working on API 16. It creates rectangle avatars instead. Do you have any idea how to solve it?
The text was updated successfully, but these errors were encountered: