2019-02-12 19:22:37 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
2020-01-30 21:37:28 +01:00
|
|
|
<solid android:color="?android:attr/windowBackground" />
|
2019-02-12 19:22:37 +01:00
|
|
|
<corners android:radius="7dp"/>
|
|
|
|
<size android:height="52dp" android:width="52dp"/>
|
|
|
|
</shape>
|