| <?xml version="1.0" encoding="utf-8"?> | 
| <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" | 
|     xmlns:r2="http://schemas.android.com/apk/res-auto" | 
|     android:layout_width="match_parent" | 
|     android:layout_height="match_parent" | 
|     android:background="@android:color/transparent" > | 
|   | 
|     <LinearLayout | 
|         android:layout_width="280dp" | 
|         android:layout_height="280dp" | 
|         android:layout_centerInParent="true" | 
|         android:background="@drawable/mr_container_bg" | 
|         android:orientation="vertical" | 
|         android:paddingLeft="16dp" | 
|         android:paddingRight="16dp" | 
|         android:paddingTop="10dp" > | 
|   | 
|         <com.mrcn.sdk.widget.MrTitleView | 
|             android:id="@+id/r2_account_register_title_back_img" | 
|             android:layout_width="match_parent" | 
|             android:layout_height="36dp" | 
|             r2:closevisibility="false" /> | 
|   | 
|         <com.mrcn.sdk.widget.MrEditTextView | 
|             android:id="@+id/r2_account_register_username_et" | 
|             android:layout_width="match_parent" | 
|             android:layout_height="50dp" | 
|             android:layout_marginTop="8dp" | 
|             r2:hint="@string/r2_account_username_hint" | 
|             r2:image="@drawable/mr_user" /> | 
|   | 
|         <com.mrcn.sdk.widget.MrEditTextView | 
|             android:id="@+id/r2_account_register_pwd_et" | 
|             android:layout_width="match_parent" | 
|             android:layout_height="50dp" | 
|             r2:hint="@string/r2_account_pwd_hint" | 
|             r2:image="@drawable/mr" | 
|             r2:inputType="password" /> | 
|   | 
|         <com.mrcn.sdk.widget.MrEditTextView | 
|             android:id="@+id/r2_account_register_confirm_pwd_et" | 
|             android:layout_width="match_parent" | 
|             android:layout_height="50dp" | 
|             r2:hint="@string/r2_account_confirm_pwd_hint" | 
|             r2:image="@drawable/mr" | 
|             r2:inputType="password" /> | 
|   | 
|         <com.mrcn.sdk.widget.MrTermView | 
|             android:id="@+id/r2_account_register_term" | 
|             android:layout_width="match_parent" | 
|             android:layout_height="12dp" /> | 
|   | 
|         <Button | 
|             android:id="@+id/r2_account_register_btn" | 
|             android:layout_width="200dp" | 
|             android:layout_height="30dp" | 
|             android:layout_gravity="center" | 
|             android:layout_marginTop="6dp" | 
|             android:background="@drawable/mr_register_btn_bgimg" | 
|             android:text="@string/r2_register" | 
|             android:textSize="16sp" | 
|             android:textColor="#FFFFFF" /> | 
|     </LinearLayout> | 
|   | 
| </RelativeLayout> |