修改相关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

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

View File

@@ -2,4 +2,5 @@
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="@color/colorPrimaryBlue" />
</shape>

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">

View File

@@ -26,7 +26,7 @@
<androidx.constraintlayout.widget.ConstraintLayout
android:id="@+id/constraintLayout"
android:layout_width="match_parent"
android:layout_height="220dp"
android:layout_height="200dp"
android:background="@drawable/bg"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
@@ -371,9 +371,8 @@
android:id="@+id/btn_quit"
style="@style/main_outLogin_style"
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_margin="10dp"
android:layout_weight="1"
android:layout_height="50dp"
android:layout_margin="20dp"
android:text="退出登录" />
</LinearLayout>