summaryrefslogtreecommitdiff
path: root/mobile/build/fluttertoast/intermediates/packaged_res/debug/drawable
diff options
context:
space:
mode:
Diffstat (limited to 'mobile/build/fluttertoast/intermediates/packaged_res/debug/drawable')
-rw-r--r--mobile/build/fluttertoast/intermediates/packaged_res/debug/drawable/corner.xml7
-rw-r--r--mobile/build/fluttertoast/intermediates/packaged_res/debug/drawable/toast_bg.xml14
2 files changed, 0 insertions, 21 deletions
diff --git a/mobile/build/fluttertoast/intermediates/packaged_res/debug/drawable/corner.xml b/mobile/build/fluttertoast/intermediates/packaged_res/debug/drawable/corner.xml
deleted file mode 100644
index 77d2c33..0000000
--- a/mobile/build/fluttertoast/intermediates/packaged_res/debug/drawable/corner.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<shape xmlns:android="http://schemas.android.com/apk/res/android">
- <corners android:bottomRightRadius="40dp"
- android:bottomLeftRadius="40dp"
- android:topLeftRadius="40dp"
- android:topRightRadius="40dp" />
-</shape> \ No newline at end of file
diff --git a/mobile/build/fluttertoast/intermediates/packaged_res/debug/drawable/toast_bg.xml b/mobile/build/fluttertoast/intermediates/packaged_res/debug/drawable/toast_bg.xml
deleted file mode 100644
index 8529a3f..0000000
--- a/mobile/build/fluttertoast/intermediates/packaged_res/debug/drawable/toast_bg.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?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> \ No newline at end of file