Skip to content

Commit e9a4bb2

Browse files
Merge pull request #374 from Ayush0Chaudhary/feature/name-email-shouldnt-be-editable
[FEAT] name and email are not editable now
2 parents 7eec6b3 + 1f6ba62 commit e9a4bb2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@
191191
android:layout_height="wrap_content"
192192
android:layout_marginTop="12dp"
193193
android:fontFamily="@font/oxanium"
194-
194+
android:enabled="false"
195195
android:background="@drawable/rounded_background"
196196
android:hint="Your name"
197197
android:inputType="textPersonName"
@@ -208,6 +208,7 @@
208208
android:hint="Your email"
209209
android:inputType="textEmailAddress"
210210
android:padding="12dp"
211+
android:enabled="false"
211212
android:textColor="#CECECE"
212213
android:textColorHint="#888888" />
213214

@@ -267,4 +268,4 @@
267268

268269
</LinearLayout>
269270

270-
</ScrollView>
271+
</ScrollView>

0 commit comments

Comments
 (0)