[MD3] Added more rounded-ness to all Cards, dialogs, etc.

This commit is contained in:
Prathamesh More 2021-11-12 17:04:33 +05:30
parent 3fe882c79c
commit 38a8c6a87a
36 changed files with 66 additions and 54 deletions

View file

@ -12,7 +12,7 @@
~ See the GNU General Public License for more details.
-->
<resources xmlns:tools="http://schemas.android.com/tools">
<resources>
<style name="Theme.RetroMusic.Base.Adaptive" parent="Theme.Material3.DayNight.NoActionBar">
<item name="md_background_color">?attr/colorSurface</item>
@ -33,5 +33,6 @@
<item name="floatingActionButtonStyle">
@style/Widget.MaterialComponents.FloatingActionButton
</item>
<item name="popupMenuBackground">@drawable/popup_background</item>
</style>
</resources>