|
|
@ -1,6 +1,9 @@ |
|
|
|
<?xml version="1.0" encoding="utf-8"?> |
|
|
|
<?xml version="1.0" encoding="utf-8"?> |
|
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" |
|
|
|
<androidx.core.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android" |
|
|
|
xmlns:tools="http://schemas.android.com/tools" |
|
|
|
android:layout_width="match_parent" |
|
|
|
|
|
|
|
android:layout_height="match_parent"> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<RelativeLayout |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="match_parent"> |
|
|
|
android:layout_height="match_parent"> |
|
|
|
|
|
|
|
|
|
|
@ -34,8 +37,8 @@ |
|
|
|
android:hint="请输入手机号码" |
|
|
|
android:hint="请输入手机号码" |
|
|
|
android:inputType="number" |
|
|
|
android:inputType="number" |
|
|
|
android:paddingLeft="15dp" |
|
|
|
android:paddingLeft="15dp" |
|
|
|
android:textColorHint="#ffffff" |
|
|
|
|
|
|
|
android:textColor="#ffffff" |
|
|
|
android:textColor="#ffffff" |
|
|
|
|
|
|
|
android:textColorHint="#ffffff" |
|
|
|
android:textSize="21sp" /> |
|
|
|
android:textSize="21sp" /> |
|
|
|
|
|
|
|
|
|
|
|
<EditText |
|
|
|
<EditText |
|
|
@ -44,24 +47,24 @@ |
|
|
|
android:layout_height="50dp" |
|
|
|
android:layout_height="50dp" |
|
|
|
android:layout_marginTop="20dp" |
|
|
|
android:layout_marginTop="20dp" |
|
|
|
android:background="@drawable/edit_phone_select" |
|
|
|
android:background="@drawable/edit_phone_select" |
|
|
|
|
|
|
|
android:digits="0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ" |
|
|
|
android:focusable="true" |
|
|
|
android:focusable="true" |
|
|
|
android:gravity="center_vertical" |
|
|
|
android:gravity="center_vertical" |
|
|
|
android:hint="请输入密码" |
|
|
|
android:hint="请输入密码" |
|
|
|
android:digits="0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ" |
|
|
|
|
|
|
|
android:paddingLeft="15dp" |
|
|
|
android:paddingLeft="15dp" |
|
|
|
android:textColorHint="#ffffff" |
|
|
|
|
|
|
|
android:textColor="#ffffff" |
|
|
|
android:textColor="#ffffff" |
|
|
|
|
|
|
|
android:textColorHint="#ffffff" |
|
|
|
android:textSize="21sp" /> |
|
|
|
android:textSize="21sp" /> |
|
|
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
<TextView |
|
|
|
android:id="@+id/tv_login" |
|
|
|
android:id="@+id/tv_login" |
|
|
|
android:layout_width="290dp" |
|
|
|
android:layout_width="290dp" |
|
|
|
android:layout_height="50dp" |
|
|
|
android:layout_height="50dp" |
|
|
|
|
|
|
|
android:layout_marginTop="45dp" |
|
|
|
android:background="@drawable/btn_select" |
|
|
|
android:background="@drawable/btn_select" |
|
|
|
android:focusable="true" |
|
|
|
android:focusable="true" |
|
|
|
android:gravity="center" |
|
|
|
android:gravity="center" |
|
|
|
android:text="登录" |
|
|
|
android:text="登录" |
|
|
|
android:layout_marginTop="45dp" |
|
|
|
|
|
|
|
android:textColor="#fff1f1f1" |
|
|
|
android:textColor="#fff1f1f1" |
|
|
|
android:textSize="19sp" /> |
|
|
|
android:textSize="19sp" /> |
|
|
|
|
|
|
|
|
|
|
@ -78,7 +81,8 @@ |
|
|
|
android:background="@drawable/account_password_select" |
|
|
|
android:background="@drawable/account_password_select" |
|
|
|
android:focusable="true" |
|
|
|
android:focusable="true" |
|
|
|
android:gravity="center" |
|
|
|
android:gravity="center" |
|
|
|
android:textColor="@color/colorWhite" |
|
|
|
|
|
|
|
android:text="扫码快捷登录" |
|
|
|
android:text="扫码快捷登录" |
|
|
|
|
|
|
|
android:textColor="@color/colorWhite" |
|
|
|
android:textSize="19sp" /> |
|
|
|
android:textSize="19sp" /> |
|
|
|
</RelativeLayout> |
|
|
|
</RelativeLayout> |
|
|
|
|
|
|
|
</androidx.core.widget.NestedScrollView> |