2021-03-22 10:06:25 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:shape="rectangle" >
|
2021-05-27 13:55:21 +00:00
|
|
|
<solid android:color="@color/surface" />
|
2021-03-22 10:06:25 +00:00
|
|
|
<corners
|
|
|
|
android:topLeftRadius="?android:attr/dialogCornerRadius"
|
|
|
|
android:topRightRadius="?android:attr/dialogCornerRadius" />
|
|
|
|
</shape>
|