20 lines
832 B
XML
20 lines
832 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:orientation="vertical"
|
|
android:padding="24dp"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content">
|
|
<com.google.android.material.textfield.TextInputLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content">
|
|
<androidx.appcompat.widget.AppCompatEditText
|
|
android:textSize="@dimen/fb"
|
|
android:textStyle="bold"
|
|
android:id="@+id/ko"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:hint="@string/jv"
|
|
android:inputType="textEmailAddress"/>
|
|
</com.google.android.material.textfield.TextInputLayout>
|
|
</LinearLayout>
|