PlayerAndroid/app/src/main/res/drawable/bg_bottom_sheet_dialog_frag...

8 lines
286 B
XML
Raw Normal View History

2018-07-27 13:07:33 +00:00
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
2018-11-13 03:30:08 +00:00
<solid android:color="@color/md_black_1000" />
2018-07-27 13:07:33 +00:00
<corners
android:topLeftRadius="12dp"
android:topRightRadius="12dp" />
</shape>