diff options
| author | omagdy7 <omar.professional8777@gmail.com> | 2023-12-20 19:40:11 +0200 |
|---|---|---|
| committer | omagdy7 <omar.professional8777@gmail.com> | 2023-12-20 19:40:11 +0200 |
| commit | b84fe9a9c4c18a3f4e957f76ead34403c4316f76 (patch) | |
| tree | 14e4b37ae137ed538eaa14af4228c41033facac8 /mobile/build/fluttertoast/intermediates/packaged_res/debug/layout/toast_custom.xml | |
| parent | 953b5ce3ad7e933c6f008202346fe5bf2985bf9e (diff) | |
| download | carpool-b84fe9a9c4c18a3f4e957f76ead34403c4316f76.tar.xz carpool-b84fe9a9c4c18a3f4e957f76ead34403c4316f76.zip | |
Added a simple Login and SignUp page for the web driver app
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.xml | 24 |
1 files changed, 24 insertions, 0 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 new file mode 100644 index 0000000..6a90662 --- /dev/null +++ b/mobile/build/fluttertoast/intermediates/packaged_res/debug/layout/toast_custom.xml @@ -0,0 +1,24 @@ +<?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 |
