|
|
@ -4,7 +4,8 @@
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
tools:context=".BottomNavigiationActivity"
|
|
|
|
tools:context=".BottomNavigiationActivity"
|
|
|
|
android:orientation="vertical">
|
|
|
|
android:orientation="vertical"
|
|
|
|
|
|
|
|
>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- 图标和文本的 LinearLayout -->
|
|
|
|
<!-- 图标和文本的 LinearLayout -->
|
|
|
|
<LinearLayout
|
|
|
|
<LinearLayout
|
|
|
@ -25,14 +26,20 @@
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="60dp"
|
|
|
|
android:layout_height="60dp"
|
|
|
|
android:layout_marginTop="10dp"
|
|
|
|
android:layout_marginTop="10dp"
|
|
|
|
android:gravity="center">
|
|
|
|
android:gravity="center"
|
|
|
|
|
|
|
|
android:layout_marginLeft="30dp"
|
|
|
|
|
|
|
|
>
|
|
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
<TextView
|
|
|
|
android:layout_width="240dp"
|
|
|
|
android:layout_width="190dp"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
|
|
|
android:background="@drawable/text_underline4"
|
|
|
|
android:gravity="center"
|
|
|
|
android:gravity="center"
|
|
|
|
android:text="请选择反馈类型:"
|
|
|
|
android:text="请选择反馈类型:"
|
|
|
|
android:textSize="22sp"
|
|
|
|
android:textSize="22sp"
|
|
|
|
android:textStyle="bold" />
|
|
|
|
android:textStyle="bold"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/>
|
|
|
|
</LinearLayout>
|
|
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
|
|
<LinearLayout
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_width="match_parent"
|
|
|
@ -40,7 +47,7 @@
|
|
|
|
android:layout_marginTop="10dp"
|
|
|
|
android:layout_marginTop="10dp"
|
|
|
|
android:gravity="center">
|
|
|
|
android:gravity="center">
|
|
|
|
|
|
|
|
|
|
|
|
<Button
|
|
|
|
<com.google.android.material.checkbox.MaterialCheckBox
|
|
|
|
android:id="@+id/user_experience"
|
|
|
|
android:id="@+id/user_experience"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
@ -52,7 +59,7 @@
|
|
|
|
android:gravity="center"
|
|
|
|
android:gravity="center"
|
|
|
|
android:textSize="20sp"
|
|
|
|
android:textSize="20sp"
|
|
|
|
android:textStyle="bold" />
|
|
|
|
android:textStyle="bold" />
|
|
|
|
<Button
|
|
|
|
<com.google.android.material.checkbox.MaterialCheckBox
|
|
|
|
android:id="@+id/identify_deviations"
|
|
|
|
android:id="@+id/identify_deviations"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
@ -64,7 +71,7 @@
|
|
|
|
android:gravity="center"
|
|
|
|
android:gravity="center"
|
|
|
|
android:textSize="20sp"
|
|
|
|
android:textSize="20sp"
|
|
|
|
android:textStyle="bold" />
|
|
|
|
android:textStyle="bold" />
|
|
|
|
<Button
|
|
|
|
<com.google.android.material.checkbox.MaterialCheckBox
|
|
|
|
android:id="@+id/functional_recommendations"
|
|
|
|
android:id="@+id/functional_recommendations"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
@ -78,7 +85,7 @@
|
|
|
|
android:layout_marginTop="10dp"
|
|
|
|
android:layout_marginTop="10dp"
|
|
|
|
android:gravity="center">
|
|
|
|
android:gravity="center">
|
|
|
|
|
|
|
|
|
|
|
|
<Button
|
|
|
|
<com.google.android.material.checkbox.MaterialCheckBox
|
|
|
|
android:id="@+id/classification_expansion"
|
|
|
|
android:id="@+id/classification_expansion"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
@ -90,7 +97,7 @@
|
|
|
|
android:gravity="center"
|
|
|
|
android:gravity="center"
|
|
|
|
android:textSize="20sp"
|
|
|
|
android:textSize="20sp"
|
|
|
|
android:textStyle="bold" />
|
|
|
|
android:textStyle="bold" />
|
|
|
|
<Button
|
|
|
|
<com.google.android.material.checkbox.MaterialCheckBox
|
|
|
|
android:id="@+id/other_issues"
|
|
|
|
android:id="@+id/other_issues"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
@ -102,7 +109,7 @@
|
|
|
|
android:gravity="center"
|
|
|
|
android:gravity="center"
|
|
|
|
android:textSize="20sp"
|
|
|
|
android:textSize="20sp"
|
|
|
|
android:textStyle="bold" />
|
|
|
|
android:textStyle="bold" />
|
|
|
|
<Button
|
|
|
|
<com.google.android.material.checkbox.MaterialCheckBox
|
|
|
|
android:id="@+id/positive_recommendation"
|
|
|
|
android:id="@+id/positive_recommendation"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
@ -113,20 +120,27 @@
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="55dp"
|
|
|
|
android:layout_height="55dp"
|
|
|
|
android:layout_marginTop="10dp"
|
|
|
|
android:layout_marginTop="10dp"
|
|
|
|
android:gravity="center">
|
|
|
|
android:gravity="center"
|
|
|
|
|
|
|
|
android:layout_marginLeft="30dp"
|
|
|
|
|
|
|
|
>
|
|
|
|
<TextView
|
|
|
|
<TextView
|
|
|
|
android:layout_width="240dp"
|
|
|
|
android:layout_width="190dp"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:gravity="center"
|
|
|
|
android:gravity="center"
|
|
|
|
android:text="请详细补充反馈:"
|
|
|
|
android:text="请详细补充反馈:"
|
|
|
|
android:textSize="20sp"
|
|
|
|
android:textSize="22sp"
|
|
|
|
android:textStyle="bold" />
|
|
|
|
android:textStyle="bold"
|
|
|
|
|
|
|
|
android:background="@drawable/text_underline4"
|
|
|
|
|
|
|
|
/>
|
|
|
|
</LinearLayout>
|
|
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
|
|
<LinearLayout
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="120dp"
|
|
|
|
android:layout_height="120dp"
|
|
|
|
android:layout_marginTop="10dp"
|
|
|
|
android:layout_marginTop="10dp"
|
|
|
|
android:gravity="center">
|
|
|
|
android:gravity="center"
|
|
|
|
|
|
|
|
android:layout_marginLeft="30dp"
|
|
|
|
|
|
|
|
android:layout_marginRight="30dp"
|
|
|
|
|
|
|
|
>
|
|
|
|
<EditText
|
|
|
|
<EditText
|
|
|
|
android:id="@+id/input_feedback"
|
|
|
|
android:id="@+id/input_feedback"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_width="match_parent"
|
|
|
@ -140,27 +154,32 @@
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="55dp"
|
|
|
|
android:layout_height="55dp"
|
|
|
|
android:layout_marginTop="10dp"
|
|
|
|
android:layout_marginTop="10dp"
|
|
|
|
android:gravity="center">
|
|
|
|
android:gravity="center"
|
|
|
|
|
|
|
|
android:layout_marginLeft="30dp"
|
|
|
|
|
|
|
|
>
|
|
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
<TextView
|
|
|
|
android:layout_width="180dp"
|
|
|
|
android:layout_width="120dp"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:gravity="center"
|
|
|
|
android:gravity="center"
|
|
|
|
android:text="上传图片:"
|
|
|
|
android:text="上传图片:"
|
|
|
|
android:textSize="20sp"
|
|
|
|
android:textSize="22sp"
|
|
|
|
android:textStyle="bold" />
|
|
|
|
android:textStyle="bold"
|
|
|
|
|
|
|
|
android:background="@drawable/text_underline4"
|
|
|
|
|
|
|
|
/>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!--替换图片-->
|
|
|
|
<!--替换图片-->
|
|
|
|
</LinearLayout>
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- 此处添加图片-->
|
|
|
|
<!-- 此处添加图片-->
|
|
|
|
<Button
|
|
|
|
<ImageButton
|
|
|
|
android:id="@+id/btn_select_image"
|
|
|
|
android:id="@+id/btn_select_image"
|
|
|
|
android:layout_width="70dp"
|
|
|
|
android:layout_width="70dp"
|
|
|
|
android:layout_height="70dp"
|
|
|
|
android:layout_height="70dp"
|
|
|
|
android:background="@drawable/your_image"
|
|
|
|
android:background="@drawable/your_image"
|
|
|
|
android:text="选择图片"
|
|
|
|
android:text="选择图片"
|
|
|
|
|
|
|
|
android:layout_marginLeft="30dp"
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
<LinearLayout
|
|
|
|
<LinearLayout
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_width="match_parent"
|
|
|
@ -181,10 +200,10 @@
|
|
|
|
android:textSize="20sp"
|
|
|
|
android:textSize="20sp"
|
|
|
|
android:textStyle="bold" />
|
|
|
|
android:textStyle="bold" />
|
|
|
|
<Button
|
|
|
|
<Button
|
|
|
|
android:id="@+id/cancel"
|
|
|
|
android:id="@+id/reset"
|
|
|
|
android:layout_width="90dp"
|
|
|
|
android:layout_width="90dp"
|
|
|
|
android:layout_height="60dp"
|
|
|
|
android:layout_height="60dp"
|
|
|
|
android:text="取消"
|
|
|
|
android:text="重置"
|
|
|
|
tools:ignore="DuplicateIds" />
|
|
|
|
tools:ignore="DuplicateIds" />
|
|
|
|
</LinearLayout>
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
|
|