diff options
| author | omagdy7 <omar.professional8777@gmail.com> | 2024-01-07 17:38:08 +0200 |
|---|---|---|
| committer | omagdy7 <omar.professional8777@gmail.com> | 2024-01-07 17:38:08 +0200 |
| commit | 1fa417e3a84cebd8ff055ed6b2ac59301769035b (patch) | |
| tree | 73784b0955547bb70962fe7e86ba4a05b53815ea /mobile/build/fluttertoast/intermediates/packaged_res/debug/drawable/toast_bg.xml | |
| parent | fbaae8f461ff085356670d41506cd92180227beb (diff) | |
| download | carpool-1fa417e3a84cebd8ff055ed6b2ac59301769035b.tar.xz carpool-1fa417e3a84cebd8ff055ed6b2ac59301769035b.zip | |
Removed some errors for deployment
Diffstat (limited to 'mobile/build/fluttertoast/intermediates/packaged_res/debug/drawable/toast_bg.xml')
| -rw-r--r-- | mobile/build/fluttertoast/intermediates/packaged_res/debug/drawable/toast_bg.xml | 14 |
1 files changed, 0 insertions, 14 deletions
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 |
