|
|
@@ -0,0 +1,164 @@
|
|
|
+<?xml version="1.0" encoding="utf-8"?>
|
|
|
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:background="@color/gray_bg"
|
|
|
+ android:orientation="vertical">
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="42dp"
|
|
|
+ android:layout_marginTop="44dp"
|
|
|
+ android:gravity="center"
|
|
|
+ android:orientation="vertical">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:text="@string/now_binding_account"
|
|
|
+ android:textColor="@color/black"
|
|
|
+ android:textSize="@dimen/px39_13sp" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_phone_num_now"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:text="181 *** 8872"
|
|
|
+ android:textColor="@color/black"
|
|
|
+ android:textSize="@dimen/px54_18sp"
|
|
|
+ android:textStyle="bold" />
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="48dp"
|
|
|
+ android:layout_marginLeft="29dp"
|
|
|
+ android:layout_marginTop="43dp"
|
|
|
+ android:layout_marginRight="29dp"
|
|
|
+ android:background="@drawable/corners_white_5dp"
|
|
|
+ android:gravity="center_vertical"
|
|
|
+ android:orientation="horizontal">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="48dp"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:gravity="center"
|
|
|
+ android:text="+86"
|
|
|
+ android:textColor="@color/black"
|
|
|
+ android:textSize="@dimen/px39_13sp" />
|
|
|
+
|
|
|
+ <View
|
|
|
+ android:layout_width="1dp"
|
|
|
+ android:layout_height="20dp"
|
|
|
+ android:background="@color/text_gray_cc" />
|
|
|
+
|
|
|
+ <EditText
|
|
|
+ android:id="@+id/et_phone_num"
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:layout_marginLeft="12dp"
|
|
|
+ android:background="@color/transparent"
|
|
|
+ android:hint="@string/please_input_new_phone_num"
|
|
|
+ android:inputType="number"
|
|
|
+ android:maxLength="11"
|
|
|
+ android:textColor="@color/black"
|
|
|
+ android:textColorHint="@color/text_gray_aa"
|
|
|
+ android:textSize="@dimen/px45_15sp" />
|
|
|
+
|
|
|
+ <RelativeLayout
|
|
|
+ android:id="@+id/rl_delete"
|
|
|
+ android:layout_width="32dp"
|
|
|
+ android:layout_height="match_parent">
|
|
|
+ <View
|
|
|
+ android:layout_centerInParent="true"
|
|
|
+ android:layout_width="12dp"
|
|
|
+ android:layout_height="12dp"
|
|
|
+ android:background="@mipmap/ic_et_delete"/>
|
|
|
+ </RelativeLayout>
|
|
|
+
|
|
|
+
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="48dp"
|
|
|
+ android:layout_marginLeft="29dp"
|
|
|
+ android:layout_marginTop="19dp"
|
|
|
+ android:layout_marginRight="29dp"
|
|
|
+ android:background="@drawable/corners_white_5dp"
|
|
|
+ android:gravity="center_vertical"
|
|
|
+ android:orientation="horizontal">
|
|
|
+
|
|
|
+ <View
|
|
|
+ android:layout_width="13dp"
|
|
|
+ android:layout_height="17dp"
|
|
|
+ android:layout_marginLeft="18dp"
|
|
|
+ android:layout_marginRight="17dp"
|
|
|
+ android:background="@mipmap/ic_phone_num_edit" />
|
|
|
+
|
|
|
+ <View
|
|
|
+ android:layout_width="1dp"
|
|
|
+ android:layout_height="20dp"
|
|
|
+ android:background="@color/text_gray_cc" />
|
|
|
+
|
|
|
+ <EditText
|
|
|
+ android:id="@+id/et_code"
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:layout_marginLeft="12dp"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:background="@color/transparent"
|
|
|
+ android:hint="@string/please_input_code"
|
|
|
+ android:inputType="number"
|
|
|
+ android:maxLength="11"
|
|
|
+ android:textColor="@color/black"
|
|
|
+ android:textColorHint="@color/text_gray_aa"
|
|
|
+ android:textSize="@dimen/px45_15sp" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_code"
|
|
|
+ android:layout_width="68dp"
|
|
|
+ android:layout_height="20dp"
|
|
|
+ android:layout_marginRight="10dp"
|
|
|
+ android:background="@drawable/corners_stroke_blue_00"
|
|
|
+ android:gravity="center"
|
|
|
+ android:text="@string/get_code2"
|
|
|
+ android:textColor="@color/blue_00"
|
|
|
+ android:textSize="@dimen/px36_12sp" />
|
|
|
+
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="16dp"
|
|
|
+ android:layout_marginTop="14dp"
|
|
|
+ android:gravity="center"
|
|
|
+ android:text="@string/get_code_tips"
|
|
|
+ android:textColor="@color/text_dark_gray"
|
|
|
+ android:textSize="@dimen/px36_12sp" />
|
|
|
+
|
|
|
+ <Button
|
|
|
+ android:id="@+id/btn_change"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="42dp"
|
|
|
+ android:layout_gravity="center_horizontal"
|
|
|
+ android:layout_marginLeft="14dp"
|
|
|
+ android:layout_marginTop="38dp"
|
|
|
+ android:layout_marginRight="14dp"
|
|
|
+ android:background="@drawable/corners_blue_btn_5dp"
|
|
|
+ android:enabled="false"
|
|
|
+ android:text="@string/sure_change_phone_num"
|
|
|
+ android:textColor="@color/white"
|
|
|
+ android:textSize="@dimen/px48_16sp" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="14dp"
|
|
|
+ android:gravity="center"
|
|
|
+ android:lineSpacingExtra="3dp"
|
|
|
+ android:text="@string/edit_phone_num_tips"
|
|
|
+ android:textColor="@color/text_dark_gray"
|
|
|
+ android:textSize="@dimen/px36_12sp" />
|
|
|
+</LinearLayout>
|