| | |
| | | <?xml version="1.0" encoding="utf-8"?> |
| | | <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:orientation="vertical" |
| | | android:padding="16dp"> |
| | | |
| | | <EditText |
| | | android:id="@+id/feedback_edit_text" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:minHeight="120dp" |
| | | android:gravity="top" |
| | | android:hint="请输入您的意见或建议" |
| | | android:padding="8dp" |
| | | android:background="@android:drawable/edit_text" /> |
| | | |
| | | </LinearLayout> |