45 lines
1.7 KiB
XML
45 lines
1.7 KiB
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">
|
|
<LinearLayout
|
|
android:orientation="horizontal"
|
|
android:focusable="false"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="@dimen/fm">
|
|
<TextView
|
|
android:textSize="@dimen/fa"
|
|
android:textStyle="bold"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="@string/k4"/>
|
|
<TextView
|
|
android:textSize="@dimen/fa"
|
|
android:textStyle="bold"
|
|
android:id="@+id/kq"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="@dimen/fy"
|
|
android:text="@string/k3"/>
|
|
</LinearLayout>
|
|
<com.google.android.material.textfield.TextInputLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="@dimen/f6">
|
|
<androidx.appcompat.widget.AppCompatEditText
|
|
android:textSize="@dimen/fa"
|
|
android:textStyle="bold"
|
|
android:id="@+id/kp"
|
|
android:focusable="true"
|
|
android:focusableInTouchMode="true"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:hint="@string/jz"
|
|
android:digits="1234567890"
|
|
android:inputType="number"/>
|
|
</com.google.android.material.textfield.TextInputLayout>
|
|
</LinearLayout>
|