123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169 |
- <?xml version="1.0" encoding="utf-8"?>
- <LinearLayout 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"
- android:background="@drawable/bssdk_dialog"
- android:orientation="vertical"
- android:padding="1px">
- <ImageView
- android:id="@+id/iv_bind_phone_back"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="start"
- android:padding="@dimen/DIMEN_8DP"
- android:src="@drawable/bssdk_back_w" />
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="42.6dp"
- android:layout_gravity="center_horizontal"
- android:gravity="center"
- android:text="绑定手机"
- android:textColor="@color/white" />
- <View
- android:layout_width="match_parent"
- android:layout_height="1px"
- android:background="@color/line_bg" />
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginLeft="@dimen/DIMEN_25DP"
- android:layout_marginTop="@dimen/DIMEN_20DP"
- android:layout_marginRight="@dimen/DIMEN_25DP"
- android:gravity="bottom"
- android:orientation="horizontal">
- <ImageView
- android:layout_width="@dimen/DIMEN_15DP"
- android:layout_height="@dimen/DIMEN_15DP"
- android:layout_marginEnd="@dimen/DIMEN_18DP"
- android:layout_marginRight="@dimen/DIMEN_18DP"
- android:src="@drawable/bssdk_phone_icon" />
- <EditText
- android:id="@+id/et_bind_phone_account"
- android:layout_width="0dp"
- android:layout_height="wrap_content"
- android:layout_gravity="bottom"
- android:layout_weight="1"
- android:background="@null"
- android:hint="@string/bssdk_login_phone_hint"
- android:inputType="phone"
- android:textColor="@color/white"
- android:textColorHint="@color/alpha_50_white"
- android:textCursorDrawable="@drawable/bssdk_text_cursor_drawable"
- android:textSize="@dimen/TEXT_SIZE_12SP" />
- </LinearLayout>
- <View
- android:layout_width="match_parent"
- android:layout_height="1px"
- android:layout_marginLeft="@dimen/DIMEN_20DP"
- android:layout_marginTop="@dimen/DIMEN_8DP"
- android:layout_marginRight="@dimen/DIMEN_20DP"
- android:background="@color/line_bg" />
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginLeft="@dimen/DIMEN_25DP"
- android:layout_marginTop="@dimen/DIMEN_20DP"
- android:layout_marginRight="@dimen/DIMEN_25DP"
- android:gravity="center_vertical"
- android:orientation="horizontal">
- <ImageView
- android:layout_width="@dimen/DIMEN_15DP"
- android:layout_height="@dimen/DIMEN_15DP"
- android:layout_marginEnd="@dimen/DIMEN_18DP"
- android:layout_marginRight="@dimen/DIMEN_18DP"
- android:src="@drawable/bssdk_qr_code_icon" />
- <EditText
- android:id="@+id/et_bind_phone_auth_code"
- android:layout_width="0dp"
- android:layout_height="wrap_content"
- android:layout_weight="1"
- android:background="@null"
- android:hint="@string/bssdk_login_auth_code_hint"
- android:includeFontPadding="false"
- android:inputType="number"
- android:lineSpacingMultiplier="0.9"
- android:maxLength="4"
- android:textColor="@color/white"
- android:textColorHint="@color/alpha_50_white"
- android:textCursorDrawable="@drawable/bssdk_text_cursor_drawable"
- android:textSize="@dimen/TEXT_SIZE_12SP"
- tools:ignore="TextFields" />
- <Button
- android:id="@+id/btn_bind_phone_auth_code"
- android:layout_width="@dimen/DIMEN_80DP"
- android:layout_height="@dimen/DIMEN_24DP"
- android:background="@drawable/bssdk_btn_login_bg"
- android:enabled="false"
- android:text="发送验证码"
- android:textColor="@color/white"
- android:textSize="@dimen/TEXT_SIZE_12SP" />
- </LinearLayout>
- <View
- android:layout_width="match_parent"
- android:layout_height="1px"
- android:layout_marginLeft="@dimen/DIMEN_20DP"
- android:layout_marginTop="@dimen/DIMEN_8DP"
- android:layout_marginRight="@dimen/DIMEN_20DP"
- android:background="@color/line_bg" />
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginLeft="@dimen/DIMEN_25DP"
- android:layout_marginTop="@dimen/DIMEN_16DP"
- android:layout_marginRight="@dimen/DIMEN_25DP"
- android:orientation="horizontal">
- <CheckBox
- android:id="@+id/cv_bind_phone_login_state"
- android:layout_width="0dp"
- android:layout_height="wrap_content"
- android:layout_weight="1"
- android:button="@drawable/bssdk_login_check_checkable"
- android:gravity="start|center_vertical"
- android:paddingStart="@dimen/DIMEN_4DP"
- android:paddingEnd="@dimen/DIMEN_4DP"
- android:text="30天免登录"
- android:textColor="@color/alpha_70_white"
- android:textSize="@dimen/TEXT_SIZE_12SP"
- android:visibility="gone" />
- </LinearLayout>
- <Button
- android:id="@+id/btn_bind_phone_done"
- android:layout_width="match_parent"
- android:layout_height="@dimen/DIMEN_40DP"
- android:layout_marginLeft="@dimen/DIMEN_20DP"
- android:layout_marginTop="@dimen/DIMEN_16DP"
- android:layout_marginRight="@dimen/DIMEN_20DP"
- android:background="@drawable/bssdk_btn_mobile_login_bg"
- android:enabled="false"
- android:text="完成"
- android:textColor="@color/white"
- android:textSize="@dimen/TEXT_SIZE_14SP" />
- <ImageView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="center_horizontal"
- android:layout_marginTop="@dimen/DIMEN_15DP"
- android:layout_marginBottom="@dimen/DIMEN_15DP"
- android:src="@drawable/bssdk_logo" />
- </LinearLayout>
|