2020-08-14 14:04:03 +05:30
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<solid android:color="?attr/colorSurface" />
|
2021-09-12 19:50:33 +05:30
|
|
|
<corners android:radius="20dp" />
|
2020-08-14 14:04:03 +05:30
|
|
|
</shape>
|