|
@@ -4,7 +4,6 @@
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
|
- android:background="@color/color_f6f8f9"
|
|
|
android:orientation="vertical"
|
|
|
tools:ignore="MissingDefaultResource">
|
|
|
|
|
@@ -13,12 +12,15 @@
|
|
|
layout="@layout/common_toolbar_layout" />
|
|
|
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
|
|
+ android:layout_marginStart="13dp"
|
|
|
+ android:layout_marginEnd="13dp"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginTop="15dp"
|
|
|
- android:background="@color/white">
|
|
|
+ android:background="@drawable/bg_white_10dp">
|
|
|
|
|
|
<EditText
|
|
|
+ android:textCursorDrawable="@drawable/shape_2dc7aa_1dp"
|
|
|
android:id="@+id/et_phone_num"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="@dimen/dp_48"
|
|
@@ -45,6 +47,7 @@
|
|
|
app:layout_constraintTop_toBottomOf="@+id/et_phone_num" />
|
|
|
|
|
|
<EditText
|
|
|
+ android:textCursorDrawable="@drawable/shape_2dc7aa_1dp"
|
|
|
android:id="@+id/et_auth_code"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="@dimen/dp_48"
|
|
@@ -78,14 +81,15 @@
|
|
|
android:id="@+id/tv_save"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="44dp"
|
|
|
- android:layout_marginLeft="28dp"
|
|
|
- android:layout_marginTop="20dp"
|
|
|
- android:layout_marginRight="28dp"
|
|
|
+ android:textStyle="bold"
|
|
|
+ android:layout_marginLeft="25dp"
|
|
|
+ android:layout_marginTop="30dp"
|
|
|
+ android:layout_marginRight="25dp"
|
|
|
android:layout_marginBottom="48dp"
|
|
|
android:background="?attr/klx_main_bt_background"
|
|
|
android:gravity="center"
|
|
|
android:text="确定"
|
|
|
android:textColor="@color/white"
|
|
|
- android:textSize="@dimen/sp_14" />
|
|
|
+ android:textSize="@dimen/sp_18" />
|
|
|
|
|
|
</LinearLayout>
|