38 lines
1.5 KiB
XML
38 lines
1.5 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:orientation="vertical"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content">
|
|
<LinearLayout
|
|
android:gravity="bottom"
|
|
android:orientation="vertical"
|
|
android:paddingLeft="@dimen/ff"
|
|
android:paddingTop="@dimen/f6"
|
|
android:paddingRight="@dimen/f6"
|
|
android:paddingBottom="@dimen/fy"
|
|
android:visibility="gone"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content">
|
|
<com.google.android.material.textfield.TextInputLayout
|
|
android:textColorHint="@color/it"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:hint="@string/i2">
|
|
<androidx.appcompat.widget.AppCompatEditText
|
|
android:textSize="@dimen/f9"
|
|
android:textColor="@color/l5"
|
|
android:id="@+id/k9"
|
|
android:focusableInTouchMode="true"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"/>
|
|
</com.google.android.material.textfield.TextInputLayout>
|
|
<Button
|
|
android:textSize="@dimen/f6"
|
|
android:layout_gravity="right"
|
|
android:id="@+id/k8"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="@dimen/fn"
|
|
android:text="@string/i1"/>
|
|
</LinearLayout>
|
|
</LinearLayout>
|