24 lines
841 B
XML
24 lines
841 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:orientation="vertical"
|
|
android:paddingLeft="@dimen/ff"
|
|
android:paddingRight="@dimen/ff"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content">
|
|
<EditText
|
|
android:textSize="@dimen/f9"
|
|
android:gravity="top"
|
|
android:id="@+id/a4e"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="@dimen/fy"
|
|
android:hint="@string/aaz"
|
|
android:lines="8"/>
|
|
<TextView
|
|
android:textSize="@dimen/f6"
|
|
android:textColor="@color/l7"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="@string/ab0"/>
|
|
</LinearLayout>
|