Tom Wayne
Results
1
issues of
Tom Wayne
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...