Files
2026-04-05 01:00:07 -05:00

21 lines
731 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:id="@+id/a4e"
android:layout_width="match_parent"
android:layout_height="wrap_content"
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/aay"/>
</LinearLayout>