<?xml version="1.0" encoding="utf-8"?> 
 | 
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" 
 | 
    xmlns:r2="http://schemas.android.com/apk/res-auto" 
 | 
    android:layout_width="@dimen/user_center_detail_width" 
 | 
    android:layout_height="match_parent" 
 | 
    android:orientation="vertical" 
 | 
    android:background="@color/white"> 
 | 
  
 | 
    <RelativeLayout 
 | 
        android:layout_width="match_parent" 
 | 
        android:layout_height="@dimen/user_center_head_item_height" 
 | 
        android:gravity="center_vertical"> 
 | 
  
 | 
        <RelativeLayout 
 | 
            android:id="@+id/user_center_authentication_back" 
 | 
            android:layout_width="30dp" 
 | 
            android:layout_height="match_parent"> 
 | 
  
 | 
            <ImageView 
 | 
                android:layout_width="wrap_content" 
 | 
                android:layout_height="wrap_content" 
 | 
                android:layout_centerInParent="true" 
 | 
                android:src="@drawable/mr_user_center_back"/> 
 | 
  
 | 
        </RelativeLayout> 
 | 
  
 | 
        <TextView 
 | 
            android:layout_width="wrap_content" 
 | 
            android:layout_height="wrap_content" 
 | 
            android:layout_centerInParent="true" 
 | 
            android:text="账号安全方式" 
 | 
            android:textColor="@color/user_center_common_title" 
 | 
            android:textSize="@dimen/user_center_title" /> 
 | 
  
 | 
        <View 
 | 
            android:layout_width="match_parent" 
 | 
            android:layout_height="2px" 
 | 
            android:layout_alignParentBottom="true" 
 | 
            android:background="@color/user_center_divide_line"/> 
 | 
  
 | 
    </RelativeLayout> 
 | 
  
 | 
    <LinearLayout 
 | 
        android:layout_width="match_parent" 
 | 
        android:layout_height="60dp" 
 | 
        android:orientation="horizontal" 
 | 
        android:gravity="center_vertical" 
 | 
        android:weightSum="2"> 
 | 
  
 | 
        <TextView 
 | 
            android:layout_width="wrap_content" 
 | 
            android:layout_height="wrap_content" 
 | 
            android:layout_marginLeft="15dp" 
 | 
            android:layout_marginRight="5dp" 
 | 
            android:text="@string/mr_user_center_authentication" 
 | 
            android:textColor="@color/user_center_set_phoneNum_highlight" 
 | 
            android:textSize="@dimen/user_center_set_phoneNum_textsize01" 
 | 
            android:textStyle="bold" /> 
 | 
  
 | 
        <View 
 | 
            android:layout_width="0dp" 
 | 
            android:layout_height="3px" 
 | 
            android:layout_weight="1" 
 | 
            android:background="@color/user_center_set_phoneNum_grey"/> 
 | 
  
 | 
        <TextView 
 | 
            android:layout_width="wrap_content" 
 | 
            android:layout_height="wrap_content" 
 | 
            android:layout_marginLeft="5dp" 
 | 
            android:layout_marginRight="5dp" 
 | 
            android:text="@string/mr_user_center_set_phoneNum" 
 | 
            android:textColor="@color/user_center_set_phoneNum_highlight" 
 | 
            android:textSize="@dimen/user_center_set_phoneNum_textsize01" /> 
 | 
  
 | 
        <View 
 | 
            android:layout_width="0dp" 
 | 
            android:layout_weight="1" 
 | 
            android:layout_height="3px" 
 | 
            android:background="@color/user_center_set_phoneNum_grey"/> 
 | 
  
 | 
        <TextView 
 | 
            android:layout_width="wrap_content" 
 | 
            android:layout_height="wrap_content" 
 | 
            android:text="@string/mr_user_center_set_finish" 
 | 
            android:layout_marginLeft="5dp" 
 | 
            android:layout_marginRight="15dp" 
 | 
            android:textSize="@dimen/user_center_set_phoneNum_textsize01" 
 | 
            android:textColor="@color/user_center_set_phoneNum_grey"/> 
 | 
  
 | 
    </LinearLayout> 
 | 
  
 | 
    <RelativeLayout 
 | 
        android:layout_width="match_parent" 
 | 
        android:layout_height="30dp"> 
 | 
  
 | 
        <TextView 
 | 
            android:id="@+id/request_code_promote_info" 
 | 
            android:layout_width="wrap_content" 
 | 
            android:layout_height="wrap_content" 
 | 
            android:layout_alignParentBottom="true" 
 | 
            android:layout_alignParentLeft="true" 
 | 
            android:layout_marginBottom="3dp" 
 | 
            android:layout_marginLeft="5dp" 
 | 
            android:textColor="@color/user_center_common_title" 
 | 
            android:textSize="@dimen/user_center_set_phoneNum_textsize01" /> 
 | 
    </RelativeLayout> 
 | 
  
 | 
    <View 
 | 
        android:layout_width="match_parent" 
 | 
        android:layout_height="1px" 
 | 
        android:background="@color/user_center_divide_line"/> 
 | 
  
 | 
    <LinearLayout 
 | 
        android:layout_width="match_parent" 
 | 
        android:layout_height="@dimen/user_center_set_phoneNum_item_height" 
 | 
        android:gravity="center_vertical" 
 | 
        android:orientation="horizontal"> 
 | 
  
 | 
        <com.mrcn.sdk.widget.MrEditTextView 
 | 
            android:id="@+id/r2_pwd_code_et" 
 | 
            android:layout_width="match_parent" 
 | 
            android:layout_height="50dp" 
 | 
            android:layout_marginTop="6dp" 
 | 
            r2:buttonvisibility="true" 
 | 
            r2:hint="@string/r2_pwd_code_hint" 
 | 
            r2:image="@drawable/mr_code" 
 | 
            r2:inputType="number" /> 
 | 
  
 | 
    </LinearLayout> 
 | 
  
 | 
    <View 
 | 
        android:layout_width="match_parent" 
 | 
        android:layout_height="1px" 
 | 
        android:background="@color/user_center_divide_line"/> 
 | 
  
 | 
    <LinearLayout 
 | 
        android:layout_width="match_parent" 
 | 
        android:layout_height="@dimen/user_center_set_phoneNum_item_height" 
 | 
        android:gravity="center_vertical" 
 | 
        android:orientation="horizontal"> 
 | 
  
 | 
        <com.mrcn.sdk.widget.MrEditTextView 
 | 
            android:id="@+id/r2_bind_pwd_et" 
 | 
            android:layout_width="match_parent" 
 | 
            android:layout_height="50dp" 
 | 
            r2:hint="@string/r2_bind_pwd_hint" 
 | 
            r2:image="@drawable/mr" 
 | 
            r2:inputType="password" /> 
 | 
  
 | 
    </LinearLayout> 
 | 
  
 | 
    <View 
 | 
        android:layout_width="match_parent" 
 | 
        android:layout_height="1px" 
 | 
        android:background="@color/user_center_divide_line"/> 
 | 
  
 | 
    <Button 
 | 
        android:id="@+id/authentication_confirm" 
 | 
        android:layout_width="match_parent" 
 | 
        android:layout_height="@dimen/user_center_item_height" 
 | 
        android:layout_marginTop="10dp" 
 | 
        android:layout_marginLeft="15dp" 
 | 
        android:layout_marginRight="15dp" 
 | 
        android:text="@string/mr_user_center_confirm" 
 | 
        android:textColor="@color/white" 
 | 
        android:background="@color/user_center_password_confirm"/> 
 | 
  
 | 
</LinearLayout> 
 |