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

9 lines
328 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">
<corners
android:topLeftRadius="12dp"
android:topRightRadius="12dp" />
2018-08-30 09:29:30 +00:00
<padding android:bottom="8dp" />
2018-07-27 13:07:33 +00:00
<solid android:color="?attr/cardBackgroundColor" />
</shape>