PlayerAndroid/app/src/main/res/drawable/bg_circular_top_corners.xml

9 lines
292 B
XML
Raw Normal View History

2018-08-01 06:51:27 +00:00
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
2018-08-08 08:03:38 +00:00
android:shape="rectangle">
<corners
android:topLeftRadius="12dp"
android:topRightRadius="12dp" />
<solid android:color="?attr/cardBackgroundColor" />
2018-08-22 17:54:07 +00:00
2018-08-01 06:51:27 +00:00
</shape>