[Menu] Rounded menu popup for songs

This commit is contained in:
Prathamesh More 2021-12-07 18:13:50 +05:30
parent a830bc73af
commit c9ac6498ae
2 changed files with 4 additions and 1 deletions

View file

@ -2,4 +2,7 @@
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="?attr/colorSurface" />
<corners android:radius="20dp" />
<padding
android:bottom="10dp"
android:top="10dp" />
</shape>