Replaced CircularImageView with ShapeableImageView

This commit is contained in:
Prathamesh More 2022-05-20 14:41:19 +05:30
parent 95fd195df8
commit 7aab762712
5 changed files with 10 additions and 394 deletions

View file

@ -254,4 +254,8 @@
</style>
<style name="Theme.AppWidget" parent="Theme.RetroMusic.FollowSystem" />
<style name="ShapeAppearance.Material3.Circle" parent="">
<item name="cornerSize">50%</item>
</style>
</resources>