修改相关bug

This commit is contained in:
wangdongsheng
2021-10-15 18:29:43 +08:00
parent e59724bcfd
commit f2fddaa0e7
11 changed files with 55 additions and 67 deletions

View File

@@ -41,7 +41,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:orientation="horizontal"
app:layout_constraintBottom_toBottomOf="@id/iv_poi"
app:layout_constraintBottom_toTopOf="@+id/has_submit_view"
app:layout_constraintLeft_toLeftOf="@id/tv_poi"
app:layout_constraintTop_toBottomOf="@id/tv_poi">
@@ -142,9 +142,9 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:orientation="horizontal"
app:layout_constraintBottom_toBottomOf="@id/iv_poiVideo"
app:layout_constraintBottom_toTopOf="@+id/poiVideo_has_submit_view"
app:layout_constraintLeft_toLeftOf="@id/tv_poiVideo"
app:layout_constraintTop_toBottomOf="@id/iv_poiVideo">
app:layout_constraintTop_toBottomOf="@+id/tv_poiVideo">
<TextView
@@ -242,7 +242,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:orientation="horizontal"
app:layout_constraintBottom_toBottomOf="@id/iv_road"
app:layout_constraintBottom_toTopOf="@+id/view4"
app:layout_constraintLeft_toLeftOf="@id/tv_road"
app:layout_constraintTop_toBottomOf="@id/tv_road">
@@ -338,7 +338,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:orientation="horizontal"
app:layout_constraintBottom_toBottomOf="@id/iv_charging"
app:layout_constraintBottom_toTopOf="@+id/view5"
app:layout_constraintLeft_toLeftOf="@id/tv_charging"
app:layout_constraintTop_toBottomOf="@id/tv_charging">
@@ -435,7 +435,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:orientation="horizontal"
app:layout_constraintBottom_toBottomOf="@id/iv_other"
app:layout_constraintBottom_toTopOf="@+id/other_audit_view"
app:layout_constraintLeft_toLeftOf="@id/tv_other"
app:layout_constraintTop_toBottomOf="@+id/tv_other">