mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-07-23 22:21:43 +00:00
13 lines
No EOL
569 B
XML
13 lines
No EOL
569 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
android:orientation="vertical"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content">
|
|
<com.habitrpg.android.habitica.ui.views.ValidatingEditText
|
|
android:id="@+id/edit_text"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:inputType="textEmailAddress"
|
|
app:hint="@string/email" />
|
|
</LinearLayout> |