修改相关bug
This commit is contained in:
@@ -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">
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user