58 lines
2.2 KiB
XML
58 lines
2.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
android:orientation="vertical"
|
|
android:padding="@dimen/ff"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content">
|
|
<TextView
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:text="@string/ls"/>
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="@dimen/fa"
|
|
android:text="@string/lp"/>
|
|
<androidx.cardview.widget.CardView
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="@dimen/fy"
|
|
app:cardBackgroundColor="@color/l9"
|
|
app:cardCornerRadius="@dimen/fy"
|
|
app:cardElevation="0dp">
|
|
<EditText
|
|
android:textSize="@dimen/f9"
|
|
android:gravity="top"
|
|
android:id="@+id/km"
|
|
android:background="@null"
|
|
android:padding="@dimen/fy"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:hint="..."
|
|
android:minLines="5"/>
|
|
</androidx.cardview.widget.CardView>
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="@dimen/fa"
|
|
android:text="@string/lq"/>
|
|
<androidx.cardview.widget.CardView
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="@dimen/fy"
|
|
app:cardBackgroundColor="@color/l9"
|
|
app:cardCornerRadius="@dimen/fy"
|
|
app:cardElevation="0dp">
|
|
<EditText
|
|
android:textSize="@dimen/f9"
|
|
android:gravity="top"
|
|
android:id="@+id/kn"
|
|
android:background="@null"
|
|
android:padding="@dimen/fy"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:singleLine="true"
|
|
android:inputType="textEmailAddress"/>
|
|
</androidx.cardview.widget.CardView>
|
|
</LinearLayout>
|