<?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="#efeff4"
|
android:orientation="vertical" >
|
|
<RelativeLayout
|
android:layout_width="match_parent"
|
android:layout_height="48dp"
|
android:background="@color/white"
|
android:gravity="center_vertical" >
|
|
<ImageView
|
android:id="@+id/iv_back"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:layout_alignParentLeft="true"
|
android:layout_centerVertical="true"
|
android:src="@drawable/mg_float_back" />
|
|
<TextView
|
android:id="@+id/login_holder_mg_icon"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:layout_centerInParent="true"
|
android:text="账号安全"
|
android:textStyle="bold"
|
android:textColor="@color/text_4c"
|
android:textSize="16sp" />
|
</RelativeLayout>
|
|
<View
|
android:layout_width="match_parent"
|
android:layout_height="1dp"
|
android:background="#dddddd" />
|
|
<LinearLayout
|
android:id="@+id/modify_pwd_ll"
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:background="@color/white"
|
android:gravity="center_vertical"
|
android:orientation="horizontal"
|
android:paddingBottom="8dp"
|
android:paddingTop="8dp" >
|
|
<ImageView
|
android:layout_width="35dp"
|
android:layout_height="35dp"
|
android:layout_marginLeft="10dp"
|
android:src="@drawable/mg_user_modify_pwd" />
|
|
<TextView
|
android:layout_width="0dp"
|
android:layout_height="wrap_content"
|
android:layout_marginLeft="5dp"
|
android:layout_weight="1"
|
android:text="修改密码"
|
android:textColor="#343434"
|
android:textSize="14sp"
|
/>
|
|
<ImageView
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:src="@drawable/ic_mine_forward"
|
android:layout_marginRight="10dp"
|
/>
|
|
</LinearLayout>
|
|
<View
|
android:layout_width="match_parent"
|
android:layout_height="0.5dp"
|
android:background="#dddddd" />
|
<LinearLayout
|
android:id="@+id/bind_phone_ll"
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:background="@color/white"
|
android:gravity="center_vertical"
|
android:orientation="horizontal"
|
android:paddingBottom="8dp"
|
android:paddingTop="8dp" >
|
|
<ImageView
|
android:layout_width="35dp"
|
android:layout_height="35dp"
|
android:layout_marginLeft="10dp"
|
android:src="@drawable/mg_user_bind_phone" />
|
|
<TextView
|
android:layout_width="0dp"
|
android:layout_height="wrap_content"
|
android:layout_marginLeft="5dp"
|
android:layout_weight="1"
|
android:text="绑定手机"
|
android:textColor="#343434"
|
android:textSize="14sp"
|
/>
|
|
<ImageView
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:src="@drawable/ic_mine_forward"
|
android:layout_marginRight="10dp"
|
/>
|
|
</LinearLayout>
|
|
<View
|
android:layout_width="match_parent"
|
android:layout_height="0.5dp"
|
android:background="#dddddd" />
|
<LinearLayout
|
android:id="@+id/real_name_ll"
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:background="@color/white"
|
android:gravity="center_vertical"
|
android:orientation="horizontal"
|
android:paddingBottom="8dp"
|
android:paddingTop="8dp" >
|
|
<ImageView
|
android:layout_width="35dp"
|
android:layout_height="35dp"
|
android:layout_marginLeft="10dp"
|
android:src="@drawable/mg_user_centify" />
|
|
<TextView
|
android:layout_width="0dp"
|
android:layout_height="wrap_content"
|
android:layout_marginLeft="5dp"
|
android:layout_weight="1"
|
android:text="实名认证"
|
android:textColor="#343434"
|
android:textSize="14sp"
|
/>
|
|
<ImageView
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:src="@drawable/ic_mine_forward"
|
android:layout_marginRight="10dp"
|
/>
|
|
</LinearLayout>
|
|
<View
|
android:layout_width="match_parent"
|
android:layout_height="0.5dp"
|
android:background="#dddddd" />
|
<LinearLayout
|
android:id="@+id/logout_account_ll"
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:background="@color/white"
|
android:gravity="center_vertical"
|
android:orientation="horizontal"
|
android:paddingBottom="8dp"
|
android:paddingTop="8dp" >
|
|
<ImageView
|
android:layout_width="35dp"
|
android:layout_height="25dp"
|
android:layout_marginLeft="10dp"
|
android:src="@drawable/mg_user_logout" />
|
|
<TextView
|
android:layout_width="0dp"
|
android:layout_height="wrap_content"
|
android:layout_marginLeft="5dp"
|
android:layout_weight="1"
|
android:text="账号注销"
|
android:textColor="#343434"
|
android:textSize="14sp"
|
/>
|
|
<ImageView
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:src="@drawable/ic_mine_forward"
|
android:layout_marginRight="10dp"
|
/>
|
|
</LinearLayout>
|
|
<View
|
android:layout_width="match_parent"
|
android:layout_height="0.5dp"
|
android:background="#dddddd" />
|
|
</LinearLayout>
|