metadata.xml revision f3b69c40bb926ebbaee39750fb8a31d8338d9e73
<?xml version="1.0" encoding="utf-8"?>
android:layout_width="match_parent"
android:layout_height="wrap_content">
<ImageButton
style="?android:borderlessButtonStyle"
android:layout_width="104dp"
android:layout_height="104dp"
android:padding="4dp"
android:scaleType="centerInside"
<EditText
android:layout_width="match_parent"
android:layout_height="48dp"
android:layout_marginTop="4dp"
android:hint="jdoe@example.com"
android:inputType="textNoSuggestions"
android:textAppearance="?android:attr/textAppearanceSmallInverse" />
<EditText
android:layout_width="match_parent"
android:layout_height="48dp"
android:layout_marginBottom="4dp"
android:hint="18c5d06cfcbd4927"
android:inputType="textNoSuggestions"
android:textAppearance="?android:attr/textAppearanceSmallInverse" />
</RelativeLayout>