Added option to use circular play button

This commit is contained in:
Prathamesh More 2022-01-20 19:52:19 +05:30
parent e328ac116e
commit 09572b2551
12 changed files with 30 additions and 43 deletions

View file

@ -251,5 +251,11 @@
<item name="android:fontFamily">@font/manrope</item>
</style>
<style name="CircleFABOverlay">
<item name="floatingActionButtonStyle">
@style/Widget.MaterialComponents.FloatingActionButton
</item>
</style>
<style name="Theme.AppWidget" parent="Theme.RetroMusic.FollowSystem" />
</resources>