修改bug
This commit is contained in:
@@ -41,7 +41,6 @@
|
||||
android:text="用户名"
|
||||
app:layout_constraintLeft_toLeftOf="@id/tv_login_deck"
|
||||
app:layout_constraintTop_toBottomOf="@id/tv_login_deck" />
|
||||
|
||||
<EditText
|
||||
android:id="@+id/et_login_name"
|
||||
android:layout_width="match_parent"
|
||||
@@ -51,13 +50,19 @@
|
||||
android:paddingBottom="20dp"
|
||||
android:layout_marginRight="35dp"
|
||||
android:layout_marginLeft="35dp"
|
||||
style="@style/register_hint_style"
|
||||
android:textColorHint="@color/colorTransparent"
|
||||
android:textCursorDrawable="@drawable/text_color"
|
||||
android:theme="@style/MyEditText"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toStartOf="@+id/login_name"
|
||||
app:layout_constraintLeft_toLeftOf="@id/login_name"
|
||||
app:layout_constraintTop_toBottomOf="@id/login_name" />
|
||||
|
||||
<View
|
||||
android:layout_width="300dp"
|
||||
android:layout_height="1dp"
|
||||
android:background="@color/colorHui"
|
||||
app:layout_constraintTop_toBottomOf="@id/et_login_name"
|
||||
app:layout_constraintLeft_toLeftOf="@id/et_login_name"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/login_paw"
|
||||
@@ -68,23 +73,31 @@
|
||||
android:text="密码"
|
||||
app:layout_constraintLeft_toLeftOf="@id/et_login_name"
|
||||
app:layout_constraintTop_toBottomOf="@id/et_login_name" />
|
||||
|
||||
<EditText
|
||||
android:id="@+id/et_login_paw"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginRight="35dp"
|
||||
android:layout_marginLeft="35dp"
|
||||
android:layout_marginTop="8dp"
|
||||
android:hint=" 请输入密码"
|
||||
android:paddingBottom="15dp"
|
||||
android:layout_marginRight="35dp"
|
||||
android:layout_marginLeft="35dp"
|
||||
style="@style/register_hint_style"
|
||||
android:textColorHint="@color/colorTransparent"
|
||||
android:textCursorDrawable="@drawable/text_color"
|
||||
android:theme="@style/MyEditText"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
|
||||
app:layout_constraintLeft_toLeftOf="@id/login_paw"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@id/login_paw" />
|
||||
app:layout_constraintTop_toBottomOf="@id/login_paw" />
|
||||
|
||||
<View
|
||||
android:layout_width="300dp"
|
||||
android:layout_height="1dp"
|
||||
android:background="@color/colorHui"
|
||||
app:layout_constraintTop_toBottomOf="@id/et_login_paw"
|
||||
app:layout_constraintLeft_toLeftOf="@id/et_login_paw"/>
|
||||
|
||||
<CheckBox
|
||||
android:id="@+id/iv_login_check"
|
||||
|
||||
@@ -51,7 +51,7 @@
|
||||
android:textColor="@color/black"
|
||||
android:textSize="15sp" />
|
||||
|
||||
<EditText
|
||||
<TextView
|
||||
android:id="@+id/et_road_name"
|
||||
android:layout_width="200dp"
|
||||
android:layout_height="match_parent"
|
||||
|
||||
@@ -56,8 +56,8 @@
|
||||
android:id="@+id/image_share"
|
||||
android:layout_width="30dp"
|
||||
android:layout_height="30dp"
|
||||
android:layout_marginRight="15dp"
|
||||
android:layout_marginTop="10dp"
|
||||
android:layout_marginRight="15dp"
|
||||
android:background="@drawable/shares"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent" />
|
||||
@@ -77,10 +77,12 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="100dp"
|
||||
android:layout_marginLeft="35dp"
|
||||
android:layout_marginTop="95dp"
|
||||
android:layout_marginRight="35dp"
|
||||
app:layout_constraintBottom_toTopOf="@+id/linearLayout"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent">
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toTopOf="@+id/constraintLayout">
|
||||
|
||||
<androidx.constraintlayout.widget.ConstraintLayout
|
||||
android:layout_width="match_parent"
|
||||
@@ -154,10 +156,11 @@
|
||||
android:text="我的等级" />
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_width="60dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_alignParentRight="true"
|
||||
android:drawableRight="@drawable/ic_baseline_arrow_forward"
|
||||
android:layout_marginRight="0dp"
|
||||
android:drawableRight="@drawable/ic_baseline_navigate"
|
||||
android:gravity="center"
|
||||
android:text="LV.1"
|
||||
android:textSize="16sp" />
|
||||
@@ -199,7 +202,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_alignParentRight="true"
|
||||
android:layout_centerVertical="true"
|
||||
android:background="@drawable/ic_baseline_arrow_forward"
|
||||
android:background="@drawable/ic_baseline_navigate"
|
||||
android:gravity="center"
|
||||
android:textSize="18sp" />
|
||||
</RelativeLayout>
|
||||
@@ -228,7 +231,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_alignParentRight="true"
|
||||
android:layout_centerVertical="true"
|
||||
android:background="@drawable/ic_baseline_arrow_forward"
|
||||
android:background="@drawable/ic_baseline_navigate"
|
||||
android:textSize="18sp" />
|
||||
</RelativeLayout>
|
||||
|
||||
@@ -256,7 +259,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_alignParentRight="true"
|
||||
android:layout_centerVertical="true"
|
||||
android:background="@drawable/ic_baseline_arrow_forward"
|
||||
android:background="@drawable/ic_baseline_navigate"
|
||||
android:textSize="18sp" />
|
||||
</RelativeLayout>
|
||||
|
||||
@@ -284,7 +287,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_alignParentRight="true"
|
||||
android:layout_centerVertical="true"
|
||||
android:background="@drawable/ic_baseline_arrow_forward"
|
||||
android:background="@drawable/ic_baseline_navigate"
|
||||
android:textSize="18sp" />
|
||||
</RelativeLayout>
|
||||
|
||||
@@ -312,7 +315,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_alignParentRight="true"
|
||||
android:layout_centerVertical="true"
|
||||
android:background="@drawable/ic_baseline_arrow_forward"
|
||||
android:background="@drawable/ic_baseline_navigate"
|
||||
android:textSize="18sp" />
|
||||
</RelativeLayout>
|
||||
|
||||
@@ -339,7 +342,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_alignParentRight="true"
|
||||
android:layout_centerVertical="true"
|
||||
android:background="@drawable/ic_baseline_arrow_forward"
|
||||
android:background="@drawable/ic_baseline_navigate"
|
||||
android:textSize="18sp" />
|
||||
</RelativeLayout>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user