Commit 14c5ffdc by 霍志良

feat:m-user修改布局

parent d14659e5
......@@ -8,7 +8,7 @@ ext {
"m-confide" : "0.0.49.12",
"m-consultant" : "0.0.59.92",
"m-fm" : "0.0.30.04",
"m-user" : "0.0.61.42",
"m-user" : "0.0.61.56",
"m-home" : "0.0.22.71",
"m-im" : "0.0.19.79",
"m-dynamic" : "0.0.7.29",
......@@ -91,7 +91,7 @@ ext {
"m-confide" : "0.0.49.12",
"m-consultant" : "0.0.59.92",
"m-fm" : "0.0.30.04",
"m-user" : "0.0.61.42",
"m-user" : "0.0.61.56",
"m-home" : "0.0.22.71",
"m-im" : "0.0.19.79",
"m-dynamic" : "0.0.7.29",
......
......@@ -68,10 +68,10 @@
android:textColorHint="@color/platform_color_BFBFBF"
android:textCursorDrawable="@null"
android:textSize="20sp"
app:layout_constraintBottom_toBottomOf="@id/tv_country_code"
app:layout_constraintEnd_toStartOf="@id/iv_del"
app:layout_constraintStart_toEndOf="@id/tv_country_code"
app:layout_constraintTop_toTopOf="@id/tv_country_code" />
app:layout_constraintBottom_toBottomOf="@+id/tv_country_code"
app:layout_constraintEnd_toStartOf="@+id/iv_del"
app:layout_constraintStart_toEndOf="@+id/tv_country_code"
app:layout_constraintTop_toTopOf="@+id/tv_country_code" />
<View
android:id="@+id/view_lin"
......@@ -83,7 +83,7 @@
android:background="@color/platform_color_EBEBEB"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/tv_country_code" />
app:layout_constraintTop_toBottomOf="@+id/tv_country_code" />
<ImageView
android:id="@+id/iv_del"
......@@ -111,9 +111,9 @@
android:textColor="@color/platform_color_242424"
android:textColorHint="@color/platform_color_BFBFBF"
android:textSize="20sp"
app:layout_constraintEnd_toStartOf="@id/tv_get_code"
app:layout_constraintStart_toStartOf="@id/tv_country_code"
app:layout_constraintTop_toBottomOf="@id/view_lin" />
app:layout_constraintEnd_toStartOf="@+id/tv_get_code"
app:layout_constraintStart_toStartOf="@+id/tv_country_code"
app:layout_constraintTop_toBottomOf="@+id/view_lin" />
<TextView
android:id="@+id/tv_get_code"
......@@ -123,8 +123,8 @@
android:alpha="0.6"
android:text="获取验证码"
android:textColor="@color/platform_color_1DA1F2"
app:layout_constraintEnd_toEndOf="@id/view_lin"
app:layout_constraintTop_toBottomOf="@id/view_lin" />
app:layout_constraintEnd_toEndOf="@+id/view_lin"
app:layout_constraintTop_toBottomOf="@+id/view_lin" />
<View
android:id="@+id/v_line"
......
<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/white">
android:background="@color/white"
tools:ignore="MissingDefaultResource">
<ImageView
android:id="@+id/img_reg_back"
......@@ -119,10 +121,10 @@
android:textColorHint="@color/platform_color_EBEBEB"
android:textSize="20sp"
android:textCursorDrawable="@null"
app:layout_constraintBottom_toBottomOf="@id/country_code"
app:layout_constraintStart_toEndOf="@id/country_code"
app:layout_constraintEnd_toStartOf="@id/iv_del"
app:layout_constraintTop_toTopOf="@id/country_code" />
app:layout_constraintBottom_toBottomOf="@+id/country_code"
app:layout_constraintStart_toEndOf="@+id/country_code"
app:layout_constraintEnd_toStartOf="@+id/iv_del"
app:layout_constraintTop_toTopOf="@+id/country_code" />
<View
android:id="@+id/view_lin"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment