2017-05-01 15:23:34 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
2018-07-30 15:36:22 +02:00
|
|
|
android:shape="rectangle">
|
|
|
|
<corners android:radius="10dp" />
|
2017-05-01 15:23:34 +02:00
|
|
|
<solid android:color="#66000000" />
|
|
|
|
<size
|
|
|
|
android:width="80dp"
|
|
|
|
android:height="80dp"/>
|
|
|
|
</shape>
|