From bf0db46996df9a7fef414b9259b6bde6fbb5edb7 Mon Sep 17 00:00:00 2001 From: it21812576 Date: Sat, 19 Aug 2023 08:50:15 +0530 Subject: [PATCH] Designed the Login Form --- .idea/vcs.xml | 6 ++++ app/src/main/res/layout/activity_main.xml | 37 ++++++++--------------- 2 files changed, 19 insertions(+), 24 deletions(-) create mode 100644 .idea/vcs.xml diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/activity_main.xml b/app/src/main/res/layout/activity_main.xml index 7cd0815..3145ec6 100644 --- a/app/src/main/res/layout/activity_main.xml +++ b/app/src/main/res/layout/activity_main.xml @@ -1,5 +1,5 @@ - + android:layout_height="48dp" + android:text="Enter Email" /> + android:layout_height="48dp" + android:text="Re-Enter password" /> + android:layout_height="48dp" + android:text="Enter Password" /> + android:layout_height="48dp" + android:text="Enter Email" />