RetroMusicPlayer/app/src/main/res/drawable/widget_button_background.xml
2022-01-15 15:11:32 +05:30

5 lines
No EOL
215 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="@color/widget_md3_button_bg_color"/>
<corners android:radius="16dp" />
</shape>