1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <androidx .constraintlayout.widget.ConstraintLayout xmlns : android =" http://schemas.android.com/apk/res/android"
3
+ xmlns : app =" http://schemas.android.com/apk/res-auto"
4
+ xmlns : tools =" http://schemas.android.com/tools"
5
+ android : layout_width =" match_parent"
6
+ android : layout_height =" match_parent"
7
+ android : background =" @drawable/img4"
8
+ tools : context =" .Delivery_Login" >
9
+
10
+ <LinearLayout
11
+ android : layout_width =" 280dp"
12
+ android : layout_height =" 446dp"
13
+ android : id =" @+id/linearlayout"
14
+ android : layout_marginRight =" 60dp"
15
+ android : layout_marginLeft =" 60dp"
16
+ android : layout_marginTop =" 210dp"
17
+ android : layout_marginBottom =" 210dp"
18
+ android : background =" @drawable/background_shape"
19
+ android : orientation =" vertical"
20
+ android : padding =" 15dp"
21
+ app : layout_constraintBottom_toBottomOf =" parent"
22
+ app : layout_constraintEnd_toEndOf =" parent"
23
+ app : layout_constraintStart_toStartOf =" parent"
24
+ app : layout_constraintTop_toTopOf =" parent" >
25
+
26
+ <com .google.android.material.textfield.TextInputLayout
27
+ android : layout_width =" match_parent"
28
+ android : layout_height =" wrap_content"
29
+ android : id =" @+id/Demail"
30
+ android : layout_marginTop =" 15dp"
31
+ android : paddingBottom =" 10dp" >
32
+ <com .google.android.material.textfield.TextInputEditText
33
+ android : layout_width =" match_parent"
34
+ android : layout_height =" wrap_content"
35
+ android : drawableLeft =" @drawable/ic_baseline_email_24"
36
+ android : drawablePadding =" 10dp"
37
+ android : hint =" Email id"
38
+ android : inputType =" textEmailAddress" />
39
+ </com .google.android.material.textfield.TextInputLayout>
40
+
41
+ <com .google.android.material.textfield.TextInputLayout
42
+ android : layout_width =" match_parent"
43
+ android : layout_height =" wrap_content"
44
+ android : id =" @+id/Dpassword"
45
+ android : layout_marginTop =" 11dp"
46
+ android : paddingBottom =" 5dp"
47
+ app : passwordToggleEnabled =" true" >
48
+
49
+ <com .google.android.material.textfield.TextInputEditText
50
+ android : layout_width =" match_parent"
51
+ android : layout_height =" wrap_content"
52
+ android : drawablePadding =" 10dp"
53
+ android : hint =" Password"
54
+ android : inputType =" textPassword" />
55
+ </com .google.android.material.textfield.TextInputLayout>
56
+
57
+ <TextView
58
+ android : layout_width =" match_parent"
59
+ android : layout_height =" wrap_content"
60
+ android : id =" @+id/Dforgotpass"
61
+ android : text =" Forgot Password?"
62
+ android : gravity =" end"
63
+ android : textSize =" 16sp"
64
+ android : textColor =" #090909" />
65
+
66
+ <Button
67
+ android : layout_width =" match_parent"
68
+ android : layout_height =" 40dp"
69
+ android : id =" @+id/Loginbtn"
70
+ android : layout_marginTop =" 20dp"
71
+ android : background =" @drawable/button_shape"
72
+ android : text =" Login"
73
+ android : textSize =" 18sp"
74
+ android : textColor =" #FFFF" />
75
+ <TextView
76
+ android : layout_width =" match_parent"
77
+ android : layout_height =" wrap_content"
78
+ android : id =" @+id/donot"
79
+ android : layout_gravity =" center"
80
+ android : text =" Don't Have An Account? Create"
81
+ android : layout_marginTop =" 10dp"
82
+ android : textColor =" #090909"
83
+ android : textSize =" 16sp" />
84
+
85
+ <LinearLayout
86
+ android : layout_width =" match_parent"
87
+ android : layout_height =" wrap_content"
88
+ android : layout_marginTop =" 10dp"
89
+ android : orientation =" horizontal" >
90
+
91
+ <TableRow
92
+ android : id =" @+id/hr"
93
+ android : layout_width =" 103dp"
94
+ android : layout_height =" 1dp"
95
+ android : layout_marginTop =" 20dp"
96
+ android : background =" #090909" />
97
+ <TextView
98
+ android : layout_width =" 44dp"
99
+ android : layout_height =" wrap_content"
100
+ android : id =" @+id/OR"
101
+ android : text =" OR"
102
+ android : layout_marginTop =" 10dp"
103
+ android : textAlignment =" center"
104
+ android : textColor =" #090909" />
105
+ <TableRow
106
+ android : id =" @+id/dr"
107
+ android : layout_width =" 103dp"
108
+ android : layout_height =" 1dp"
109
+ android : layout_marginTop =" 20dp"
110
+ android : background =" #090909" />
111
+ </LinearLayout >
112
+
113
+ <TextView
114
+ android : layout_width =" match_parent"
115
+ android : layout_height =" wrap_content"
116
+ android : id =" @+id/signphone"
117
+ android : text =" SignIn With"
118
+ android : layout_gravity =" center"
119
+ android : textAlignment =" center"
120
+ android : layout_marginTop =" 11dp"
121
+ android : textColor =" #090909"
122
+ android : textSize =" 18sp" />
123
+ <Button
124
+ android : layout_width =" 105dp"
125
+ android : layout_height =" 40dp"
126
+ android : id =" @+id/Dbtnphone"
127
+ android : layout_gravity =" center"
128
+ android : background =" @drawable/btnblueish"
129
+ android : text =" Phone"
130
+ android : layout_marginTop =" 13dp"
131
+ android : drawableLeft =" @drawable/phonewhite"
132
+ android : padding =" 10dp"
133
+ android : textColor =" #FFFF" />
134
+ </LinearLayout >
135
+
136
+ </androidx .constraintlayout.widget.ConstraintLayout>
0 commit comments