修改12日提出的bug

This commit is contained in:
md
2021-08-13 09:47:26 +08:00
parent b1adb1e137
commit c51d9ebeb5
16 changed files with 67 additions and 38 deletions

View File

@@ -152,6 +152,7 @@
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent">
<LinearLayout
android:id="@+id/ll_pic"
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="1"
@@ -271,6 +272,7 @@
</LinearLayout>
<View
android:id="@+id/user_attestation_view"
android:layout_width="match_parent"
android:layout_height="1dp"
android:background="#2196F3" />