blob: fb6c1184196733ad793ea94eb833cf098cc9f9f1 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
android:padding="24dp">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/inspect_email"
android:labelFor="@+id/inspect_email"
android:textAppearance="?android:textAppearanceMedium"/>
<EditText
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:inputType="textEmailAddress"
android:id="@id/inspect_email"/>
</LinearLayout>