2019-05-08 09:37:17 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2019-09-06 17:55:14 +02:00
|
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
2019-05-08 09:37:17 +02:00
|
|
|
<stroke
|
|
|
|
android:width="1dp"
|
|
|
|
android:color="#77000000" />
|
|
|
|
|
|
|
|
<solid android:color="#77000000" />
|
|
|
|
|
|
|
|
<padding
|
|
|
|
android:left="1dp"
|
|
|
|
android:right="1dp"
|
|
|
|
android:bottom="1dp"
|
|
|
|
android:top="1dp" />
|
|
|
|
|
|
|
|
<corners android:radius="5dp" />
|
|
|
|
</shape>
|