2021-05-07 17:41:30 +03:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
|
|
|
|
<corners android:radius="96dp" />
|
2021-06-09 12:51:04 +03:00
|
|
|
<solid android:color="?android:colorBackground" />
|
2021-05-07 17:41:30 +03:00
|
|
|
|
|
|
|
</shape>
|