<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
android:layout_width="match_parent"
|
android:layout_height="match_parent"
|
android:background="#FFFFFF"
|
android:orientation="vertical">
|
|
<RelativeLayout
|
android:id="@+id/personal_title"
|
android:layout_width="match_parent"
|
android:layout_height="48dp"
|
android:background="@color/qr_color_fac000">
|
|
<TextView
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:layout_centerHorizontal="true"
|
android:layout_centerVertical="true"
|
android:text="个人信息"
|
android:textColor="#FFFFFF"
|
android:textSize="18sp"/>
|
|
<ImageView
|
android:id="@+id/img_return"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:padding="15dp"
|
android:src="@mipmap/sp_login_close"
|
android:visibility="gone"/>
|
|
<ImageView
|
android:id="@+id/close"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:layout_alignParentRight="true"
|
android:layout_centerVertical="true"
|
android:padding="10dp"
|
android:src="@mipmap/sp_login_close"/>
|
</RelativeLayout>
|
|
<ScrollView
|
android:layout_width="match_parent"
|
android:layout_height="match_parent"
|
android:scrollbars="none">
|
|
<LinearLayout
|
android:layout_width="match_parent"
|
android:layout_height="match_parent"
|
android:orientation="vertical">
|
|
<RelativeLayout
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content">
|
|
<ImageView
|
android:id="@+id/head_portrait"
|
android:layout_width="80dp"
|
android:layout_height="80dp"
|
android:layout_margin="10dp"
|
android:padding="10dp"
|
android:src="@mipmap/cs_forget_username"/>
|
|
<TextView
|
android:id="@+id/tv_username"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:layout_alignTop="@+id/head_portrait"
|
android:layout_toRightOf="@+id/head_portrait"
|
android:padding="5dp"
|
android:textColor="@color/cs_findpwd_rbtn_textcolor_unchecked"
|
android:textSize="17sp"/>
|
|
<TextView
|
android:id="@+id/tv_integral"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:layout_alignLeft="@+id/tv_username"
|
android:layout_below="@+id/tv_username"
|
android:padding="5dp"
|
android:text="账户积分:50"
|
android:textSize="17sp"
|
android:visibility="gone"/>
|
</RelativeLayout>
|
|
<LinearLayout
|
android:id="@+id/lly1_personal"
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:layout_below="@id/head_portrait"
|
android:layout_marginTop="15dp"
|
android:orientation="vertical"
|
android:visibility="visible">
|
|
<LinearLayout
|
android:id="@+id/lly_personal_account"
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:layout_marginLeft="10dp"
|
android:layout_marginRight="10dp"
|
android:layout_weight="1"
|
android:background="@drawable/sp_text_bg_personal_account"
|
android:gravity="center"
|
android:padding="15dp"
|
android:visibility="gone">
|
|
<TextView
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:drawableLeft="@drawable/sp_text_bg_personal_account"
|
android:drawablePadding="8dp"
|
android:gravity="center_vertical"
|
android:text="@string/txt_acc"
|
android:textColor="#4DD0C8"
|
android:textSize="18sp"/>
|
</LinearLayout>
|
|
<LinearLayout
|
android:id="@+id/lly_personal_package"
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:layout_marginLeft="10dp"
|
android:layout_marginRight="10dp"
|
android:layout_marginTop="5dp"
|
android:layout_weight="1"
|
android:background="@drawable/sp_text_bg_personal_package"
|
android:gravity="center"
|
android:padding="15dp">
|
|
<TextView
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:drawableLeft="@drawable/sp_text_bg_personal_package"
|
android:drawablePadding="8dp"
|
android:gravity="center_vertical"
|
android:text="@string/txt_package"
|
android:textColor="#F9AB94"
|
android:textSize="18sp"/>
|
</LinearLayout>
|
|
<LinearLayout
|
android:id="@+id/lly_vouchers"
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:layout_marginLeft="10dp"
|
android:layout_marginRight="10dp"
|
android:layout_marginTop="5dp"
|
android:layout_weight="1"
|
android:background="@drawable/sp_text_vouchers_personal_package"
|
android:gravity="center"
|
android:padding="15dp">
|
|
<TextView
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:drawableLeft="@drawable/sp_text_vouchers_personal_package"
|
android:drawablePadding="8dp"
|
android:gravity="center_vertical"
|
android:text="@string/title_vouchers"
|
android:textColor="@color/qr_color_fac000"
|
android:textSize="18sp"/>
|
</LinearLayout>
|
</LinearLayout>
|
|
<LinearLayout
|
android:id="@+id/lly2_personal"
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:layout_below="@id/lly1_personal"
|
android:layout_marginTop="5dp"
|
android:orientation="vertical"
|
android:visibility="visible">
|
|
<LinearLayout
|
android:id="@+id/lly_personal_community"
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:layout_marginLeft="10dp"
|
android:layout_marginRight="10dp"
|
android:layout_weight="1"
|
android:background="@drawable/sp_text_bg_personal_community"
|
android:gravity="center"
|
android:padding="15dp">
|
|
<TextView
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:drawableLeft="@drawable/sp_text_bg_personal_community"
|
android:drawablePadding="8dp"
|
android:gravity="center_vertical"
|
android:text="@string/txt_community"
|
android:textColor="#A89FE2"
|
android:textSize="18sp"/>
|
</LinearLayout>
|
|
<LinearLayout
|
android:id="@+id/lly_personal_server"
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:layout_marginLeft="10dp"
|
android:layout_marginRight="10dp"
|
android:layout_marginTop="5dp"
|
android:layout_weight="1"
|
android:background="@drawable/sp_text_bg_personal_customer"
|
android:gravity="center"
|
android:padding="15dp">
|
|
<TextView
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:drawableLeft="@drawable/sp_text_bg_personal_customer"
|
android:drawablePadding="8dp"
|
android:gravity="center_vertical"
|
android:text="@string/txt_server"
|
android:textColor="#48C1FD"
|
android:textSize="18sp"/>
|
</LinearLayout>
|
</LinearLayout>
|
|
<LinearLayout
|
android:id="@+id/persionalll_main"
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:layout_below="@id/lly2_personal"
|
android:layout_margin="10dp"
|
android:layout_marginRight="10dp"
|
android:layout_marginTop="10dp"
|
android:background="@drawable/sp_text_bg_personal_ll"
|
android:orientation="vertical">
|
|
<TextView
|
android:id="@+id/modifypwd"
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:drawableLeft="@mipmap/sp_password"
|
android:drawablePadding="5dp"
|
android:drawableRight="@mipmap/sp_icon_right"
|
android:gravity="center_vertical"
|
android:padding="10dp"
|
android:text="@string/txt_modifypwd"
|
android:textColor="@color/cs_person_bg1"
|
android:textSize="15sp"/>
|
|
<View
|
android:layout_width="match_parent"
|
android:layout_height="1px"
|
android:background="@color/cs_person_bg1"/>
|
|
<RelativeLayout
|
android:id="@+id/personal_ll"
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:orientation="vertical"
|
android:visibility="visible">
|
|
<TextView
|
android:id="@+id/cs_account_security"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:drawableLeft="@mipmap/sp_protect"
|
android:drawablePadding="5dp"
|
android:gravity="center_vertical"
|
android:padding="10dp"
|
android:text="@string/txt_account_security"
|
android:textColor="@color/cs_person_bg1"
|
android:textSize="15sp"/>
|
|
<TextView
|
android:id="@+id/text_security"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:layout_alignParentRight="true"
|
android:drawableRight="@mipmap/sp_icon_right"
|
android:gravity="center_vertical"
|
android:padding="10dp"
|
android:textSize="15sp"/>
|
|
</RelativeLayout>
|
|
<View
|
android:layout_width="match_parent"
|
android:layout_height="1px"
|
android:background="@color/cs_person_bg1"/>
|
|
<RelativeLayout
|
android:id="@+id/rl_bind_phone"
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:orientation="vertical"
|
android:visibility="visible">
|
|
<TextView
|
android:id="@+id/tv_sp_bind_phone"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:drawableLeft="@mipmap/sp_bind_phone"
|
android:drawablePadding="5dp"
|
android:gravity="center_vertical"
|
android:padding="10dp"
|
android:text="@string/bind_mobile"
|
android:textColor="@color/cs_person_bg1"
|
android:textSize="15sp"/>
|
|
<TextView
|
android:id="@+id/tv_phone_security"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:layout_alignParentRight="true"
|
android:drawableRight="@mipmap/sp_icon_right"
|
android:gravity="center_vertical"
|
android:padding="10dp"
|
android:textSize="15sp"/>
|
|
</RelativeLayout>
|
|
</LinearLayout>
|
|
<LinearLayout
|
android:id="@+id/personal_ll2"
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:layout_below="@id/persionalll_main"
|
android:layout_margin="10dp"
|
android:layout_marginRight="10dp"
|
android:layout_marginTop="10dp"
|
android:background="@drawable/sp_text_bg_personal_ll"
|
android:orientation="vertical"
|
android:visibility="gone">
|
|
<TextView
|
android:id="@+id/txt_group"
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:drawableLeft="@mipmap/sp_message"
|
android:drawablePadding="5dp"
|
android:drawableRight="@mipmap/sp_icon_right"
|
android:gravity="center_vertical"
|
android:padding="10dp"
|
android:text="@string/txt_qq_group"
|
android:textColor="@color/cs_person_bg1"
|
android:textSize="15sp"/>
|
|
<View
|
android:layout_width="match_parent"
|
android:layout_height="1px"
|
android:background="@color/cs_person_bg1"/>
|
|
<TextView
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:drawableLeft="@mipmap/sp_personal_recharge"
|
android:drawablePadding="5dp"
|
android:drawableRight="@mipmap/sp_icon_right"
|
android:gravity="center_vertical"
|
android:padding="10dp"
|
android:text="充值思璞币,余额:0点"
|
android:textSize="15sp"/>
|
|
<View
|
android:layout_width="match_parent"
|
android:layout_height="1px"
|
android:background="#dbdbdb"/>
|
|
<TextView
|
android:id="@+id/pay_record"
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:drawableLeft="@mipmap/sp_recharge"
|
android:drawablePadding="5dp"
|
android:drawableRight="@mipmap/sp_icon_right"
|
android:gravity="center_vertical"
|
android:padding="10dp"
|
android:text="@string/txt_pay_record"
|
android:textColor="@color/cs_person_bg1"
|
android:textSize="15sp"
|
android:visibility="gone"/>
|
</LinearLayout>
|
|
<RelativeLayout
|
android:id="@+id/personal_ll3"
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:layout_below="@id/personal_ll2"
|
android:layout_margin="10dp"
|
android:layout_marginRight="10dp"
|
android:layout_marginTop="10dp"
|
android:background="@drawable/sp_text_bg_personal_ll"
|
android:orientation="horizontal">
|
|
<TextView
|
android:id="@+id/tv_personal"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:drawableLeft="@mipmap/sp_game_joy"
|
android:drawablePadding="5dp"
|
android:gravity="center_vertical"
|
android:padding="10dp"
|
android:text="@string/txt_logout"
|
android:textColor="@color/cs_person_bg1"
|
android:textSize="15sp"/>
|
|
<CheckBox
|
android:id="@+id/cb_login"
|
android:layout_width="42dp"
|
android:layout_height="25dp"
|
android:layout_alignParentRight="true"
|
android:layout_centerVertical="true"
|
android:background="@drawable/sp_text_checkbox_personal"
|
android:button="@color/tran"/>
|
</RelativeLayout>
|
|
<TextView
|
android:id="@+id/tv_message"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:layout_below="@id/personal_ll3"
|
android:layout_marginLeft="10dp"
|
android:text="@string/txt_message"
|
android:textColor="@color/cs_findpwd_rbtn_textcolor_unchecked"
|
android:textSize="13sp"/>
|
|
<Button
|
android:id="@+id/cs_exit"
|
android:layout_width="match_parent"
|
android:layout_height="38dp"
|
android:layout_below="@id/tv_message"
|
android:layout_marginBottom="15dp"
|
android:layout_marginLeft="10dp"
|
android:layout_marginRight="10dp"
|
android:layout_marginTop="15dp"
|
android:background="@drawable/sp_red_button_selector"
|
android:padding="5dp"
|
android:text="@string/txt_exit"
|
android:textColor="#FFFFFF"/>
|
|
</LinearLayout>
|
|
</ScrollView>
|
|
</LinearLayout>
|