1、举报提交信息UI修改

This commit is contained in:
老皮 2024-10-09 16:34:50 +08:00
parent 800e1382a4
commit c1ef54e7b1
5 changed files with 189 additions and 164 deletions

View File

@ -618,7 +618,7 @@
<string name="video_my_video">My video</string>
<string name="video_report_tip_1">Choose a reason to report</string>
<string name="video_report_tip_2">More content should be described in the description box (required)</string>
<string name="video_report_submit">Submission</string>
<string name="video_report_submit">submit</string>
<string name="video_report_tip_3">Please select the reason for reporting</string>
<string name="video_report_tip_4">Report success</string>
<string name="video_report_tip_5">Please fill in the report</string>

View File

@ -117,6 +117,13 @@ public class SystemMessageNewAdapter extends RefreshAdapter<SystemMessageBean> {
img_content.setVisibility(View.GONE);
bannerImgLayout.setVisibility(View.GONE);
}
if (bean.getIs_report() == 1) {
if (bean.getIs_replenishment() != 1) {
layoutMore.setVisibility(View.VISIBLE);
}
}
itemLayout.setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View v) {

View File

@ -32,6 +32,17 @@
app:layout_constraintStart_toStartOf="parent"
/>
<ScrollView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:scrollbars="none"
app:layout_constraintTop_toBottomOf="@id/titleView"
>
<androidx.constraintlayout.widget.ConstraintLayout
android:layout_width="match_parent"
android:layout_height="wrap_content">
<TextView
android:id="@+id/textView5"
android:layout_width="wrap_content"
@ -42,7 +53,7 @@
android:layout_marginTop="30dp"
android:textSize="15sp"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/titleView" />
app:layout_constraintTop_toTopOf="parent" />
<TextView
android:id="@+id/textView8"
@ -180,13 +191,12 @@
<EditText
android:id="@+id/edit"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_height="127dp"
android:layout_marginTop="15dp"
android:background="@drawable/edit_background_f7"
android:gravity="top"
android:hint="@string/report_second_5"
android:maxLength="200"
android:minHeight="60dp"
android:padding="10dp"
android:textColor="@color/textColor"
android:textSize="11sp"
@ -204,9 +214,17 @@
android:textColor="@color/white"
android:textSize="16sp"
android:clickable="false"
android:layout_marginTop="50dp"
android:layout_marginTop="80dp"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="@+id/edit"
app:layout_constraintTop_toBottomOf="@+id/edit" />
</androidx.constraintlayout.widget.ConstraintLayout>
</ScrollView>
</androidx.constraintlayout.widget.ConstraintLayout>

View File

@ -151,7 +151,7 @@
<string name="report_second_3">上傳圖片</string>
<string name="report_second_4">舉報內容補充</string>
<string name="report_second_5">若您有其它補充信息,請在說明框中描述~</string>
<string name="report_second_6">已收到您的補充信息,我們正在加急處理中</string>
<string name="report_second_6">已收到您的補充信息</string>
<string name="report_second_7">提交成功</string>
<string name="live_room_push_to_new_task">點擊\n前往</string>

View File

@ -154,7 +154,7 @@
<string name="report_second_3">Upload pictures</string>
<string name="report_second_4">Report content supplement</string>
<string name="report_second_5">If you have additional information, please describe it in the description box</string>
<string name="report_second_6">Your supplementary information has been received. We are handling it urgently</string>
<string name="report_second_6">Your supplementary information has been received</string>
<string name="report_second_7">Submitted successfully</string>
<string name="live_room_push_to_new_task">Click \nto go</string>