summaryrefslogtreecommitdiff
path: root/mobile/build/fluttertoast/intermediates/packaged_res/debug/layout/toast_custom.xml
diff options
context:
space:
mode:
authoromagdy7 <omar.professional8777@gmail.com>2024-01-07 17:38:08 +0200
committeromagdy7 <omar.professional8777@gmail.com>2024-01-07 17:38:08 +0200
commit1fa417e3a84cebd8ff055ed6b2ac59301769035b (patch)
tree73784b0955547bb70962fe7e86ba4a05b53815ea /mobile/build/fluttertoast/intermediates/packaged_res/debug/layout/toast_custom.xml
parentfbaae8f461ff085356670d41506cd92180227beb (diff)
downloadcarpool-1fa417e3a84cebd8ff055ed6b2ac59301769035b.tar.xz
carpool-1fa417e3a84cebd8ff055ed6b2ac59301769035b.zip
Removed some errors for deployment
Diffstat (limited to 'mobile/build/fluttertoast/intermediates/packaged_res/debug/layout/toast_custom.xml')
-rw-r--r--mobile/build/fluttertoast/intermediates/packaged_res/debug/layout/toast_custom.xml24
1 files changed, 0 insertions, 24 deletions
diff --git a/mobile/build/fluttertoast/intermediates/packaged_res/debug/layout/toast_custom.xml b/mobile/build/fluttertoast/intermediates/packaged_res/debug/layout/toast_custom.xml
deleted file mode 100644
index 6a90662..0000000
--- a/mobile/build/fluttertoast/intermediates/packaged_res/debug/layout/toast_custom.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:tools="http://schemas.android.com/tools"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="center_horizontal"
- android:layout_marginStart="50dp"
- android:background="@drawable/corner"
- android:layout_marginEnd="50dp">
-
- <TextView
- android:id="@+id/text"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:background="#CC000000"
- android:paddingStart="16dp"
- android:paddingTop="10dp"
- android:gravity="center"
- android:maxLines="100"
- android:paddingEnd="16dp"
- android:paddingBottom="10dp"
- android:textColor="#FFFFFF"
- tools:text="Toast should be short." />
-</FrameLayout> \ No newline at end of file