Skip to content

Commit 31c131a

Browse files
committed
Changed myaccount.xml TextView boxes to EditText boxes for editing and updating profile
1 parent b6aaa07 commit 31c131a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

app/src/main/res/layout/myaccount.xml

+5-5
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@
172172
android:textColor="@color/headings"
173173
android:textSize="13sp" />
174174

175-
<TextView
175+
<EditText
176176
android:layout_width="wrap_content"
177177
android:layout_height="wrap_content"
178178
android:fontFamily="sans-serif-light"
@@ -201,11 +201,11 @@
201201
android:textColor="@color/headings"
202202
android:textSize="13sp" />
203203

204-
<TextView
204+
<EditText
205205
android:layout_width="wrap_content"
206206
android:layout_height="wrap_content"
207207
android:fontFamily="sans-serif-light"
208-
android:text="xyz@gmail.cm"
208+
android:text="xyz@gmail.com"
209209
android:textColor="#000000"
210210
android:textSize="18sp" />
211211

@@ -230,7 +230,7 @@
230230
android:textColor="@color/headings"
231231
android:textSize="13sp" />
232232

233-
<TextView
233+
<EditText
234234
android:layout_width="wrap_content"
235235
android:layout_height="wrap_content"
236236
android:fontFamily="sans-serif-light"
@@ -259,7 +259,7 @@
259259
android:textColor="@color/headings"
260260
android:textSize="13sp" />
261261

262-
<TextView
262+
<EditText
263263
android:layout_width="wrap_content"
264264
android:layout_height="wrap_content"
265265
android:fontFamily="sans-serif-light"

0 commit comments

Comments
 (0)