cloudroam
2025-03-24 168f53f24a8d13968a9e13d3072af8f046f674be
app/src/main/res/layout/dialog_feedback.xml
@@ -1 +1,18 @@
<?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>