2018-12-10 12:36:30 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
2023-05-04 13:23:18 +00:00
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
|
|
android:orientation="vertical"
|
|
|
|
|
android:layout_width="match_parent"
|
2020-09-22 14:10:15 +00:00
|
|
|
android:layout_height="wrap_content">
|
2023-05-04 13:23:18 +00:00
|
|
|
<com.habitrpg.android.habitica.ui.views.ValidatingEditText
|
|
|
|
|
android:id="@+id/edit_text"
|
2018-12-10 12:36:30 +00:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="wrap_content"
|
2023-05-04 13:23:18 +00:00
|
|
|
android:inputType="textEmailAddress"
|
|
|
|
|
app:hint="@string/email" />
|
2018-12-10 12:36:30 +00:00
|
|
|
</LinearLayout>
|