summaryrefslogtreecommitdiff
path: root/mobile/build/fluttertoast/intermediates/packaged_res/debug/drawable/toast_bg.xml
blob: 8529a3f2889202f633c35d03f84e5e51f3af67fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle">
    <corners
        android:radius="100dp">
    </corners>
    <solid
        android:color="#000000">
    </solid>
    <padding
        android:left="16dp"
        android:top="12dp"
        android:right="16dp"
        android:bottom="12dp" />
</shape>