safedispatch-mobile/safeDispatch/src/main/res/drawable/style_toast.xml
2022-03-14 11:53:00 +02:00

8 lines
338 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<stroke android:width="2dp" android:color="#ee777777" />
<solid android:color="#ee444444"/>
<padding android:left="20dp" android:top="2dp"
android:right="20dp" android:bottom="2dp" />
<corners android:radius="5dp" />
</shape>