123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554 |
- <?xml version="1.0" encoding="utf-8"?>
- <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- >
- <ScrollView
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:scrollbars="none"
- >
- <RelativeLayout
- android:layout_width="match_parent"
- android:layout_height="match_parent">
- <RelativeLayout
- android:id="@+id/layout_me_head"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:background="@drawable/me_head_background">
- <com.sdk.tysdk.ui.view.ImageViewPlus
- android:id="@+id/tysdkn_user_img"
- android:layout_width="47dp"
- android:layout_height="47dp"
- android:layout_marginLeft="18dp"
- android:layout_marginTop="15dp"
- android:background="@drawable/tysdkn_center_usercenter_fg" />
- <ImageView
- android:id="@+id/tysdkn_img_new_vip"
- android:layout_width="17dp"
- android:layout_height="16dp"
- android:layout_alignRight="@id/tysdkn_user_img"
- android:layout_alignBottom="@id/tysdkn_user_img"
- android:background="@drawable/new_vip_icon" />
- <TextView
- android:id="@+id/tysdkn_tv_mine_nick_name"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginLeft="10dp"
- android:layout_marginTop="20dp"
- android:layout_toRightOf="@id/tysdkn_user_img"
- android:textColor="#ffffffff"
- android:textSize="15sp"
- android:maxLines="1"
- android:singleLine="true"
- android:ellipsize="end"
- />
- <TextView
- android:id="@+id/tysdkn_tv_mine_user_name"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_alignBottom="@id/tysdkn_user_img"
- android:layout_marginLeft="10dp"
- android:layout_toRightOf="@id/tysdkn_user_img"
- android:textColor="#ffb3daff"
- android:layout_marginBottom="5dp"
- android:textSize="12sp" />
- <RelativeLayout
- android:id="@+id/tysdkn_layout_member_lable"
- android:layout_width="40dp"
- android:layout_height="16dp"
- android:layout_toRightOf="@+id/tysdkn_tv_mine_nick_name"
- android:layout_marginTop="21dp"
- android:layout_marginLeft="7dp"
- android:layout_marginRight="15dp"
- android:background="@drawable/memberlevel1">
- </RelativeLayout>
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_below="@id/tysdkn_user_img"
- android:layout_marginTop="10dp"
- android:orientation="horizontal">
- <LinearLayout
- android:layout_width="0dp"
- android:layout_height="wrap_content"
- android:layout_weight="1"
- android:gravity="center"
- android:orientation="vertical">
- <TextView
- android:id="@+id/tysdkn_tv_mine_my_yubi"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:textColor="#FFFFFF"
- android:textSize="16sp" />
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="宇币"
- android:textColor="#B3DAFF"
- android:textSize="10sp" />
- </LinearLayout>
- <View
- android:layout_width="0.5dp"
- android:layout_height="20dp"
- android:layout_gravity="center"
- android:background="#70ffffff" />
- <LinearLayout
- android:layout_width="0dp"
- android:layout_height="wrap_content"
- android:layout_weight="1"
- android:gravity="center"
- android:orientation="vertical">
- <TextView
- android:id="@+id/tysdkn_tv_my_integral"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:textColor="#FFFFFF"
- android:textSize="16sp" />
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="积分"
- android:textColor="#B3DAFF"
- android:textSize="10sp" />
- </LinearLayout>
- <View
- android:layout_width="0.5dp"
- android:layout_height="20dp"
- android:layout_gravity="center"
- android:background="#70ffffff" />
- <LinearLayout
- android:layout_width="0dp"
- android:layout_height="wrap_content"
- android:layout_weight="1"
- android:gravity="center"
- android:orientation="vertical">
- <TextView
- android:id="@+id/tysdkn_tv_mine_my_balance"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:textColor="#FFFFFF"
- android:textSize="16sp" />
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="余额"
- android:textColor="#B3DAFF"
- android:textSize="10sp" />
- </LinearLayout>
- </LinearLayout>
- </RelativeLayout>
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_below="@id/layout_me_head"
- android:orientation="vertical"
- >
- <RelativeLayout
- android:id="@+id/tysdkn_rl_my_xiaohao"
- android:layout_width="match_parent"
- android:layout_height="42dp"
- android:gravity="center_vertical"
- android:paddingRight="12dp"
- android:paddingTop="12dp"
- android:paddingBottom="12dp"
- android:background="@color/me_item_transparent"
- >
- <ImageView
- android:id="@+id/img_game_icon"
- android:layout_width="18dp"
- android:layout_height="18dp"
- android:layout_marginLeft="18dp"
- android:layout_marginRight="20dp"
- android:background="@drawable/me_game_icon" />
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_toRightOf="@id/img_game_icon"
- android:text="我的小号"
- android:textColor="#ff333333"
- android:textSize="13sp" />
- <ImageView
- android:layout_width="8dp"
- android:layout_height="8dp"
- android:layout_alignParentRight="true"
- android:layout_centerVertical="true"
- android:src="@drawable/tysdkn_gray_right_back" />
- </RelativeLayout>
- <RelativeLayout
- android:id="@+id/tysdkn_rl_my_consume_log"
- android:layout_width="match_parent"
- android:layout_height="42dp"
- android:layout_marginTop="5dp"
- android:layout_below="@+id/tysdkn_rl_my_xiaohao"
- android:gravity="center_vertical"
- android:paddingRight="12dp"
- android:paddingTop="12dp"
- android:paddingBottom="12dp"
- android:background="@color/me_item_transparent"
- >
- <ImageView
- android:id="@+id/img_consume_log_icon"
- android:layout_width="18dp"
- android:layout_height="18dp"
- android:layout_marginRight="20dp"
- android:layout_marginLeft="18dp"
- android:background="@drawable/me_consume_log_icon" />
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_toRightOf="@id/img_consume_log_icon"
- android:text="消费记录"
- android:textColor="#ff333333"
- android:textSize="13sp" />
- <ImageView
- android:layout_width="8dp"
- android:layout_height="8dp"
- android:layout_alignParentRight="true"
- android:layout_centerVertical="true"
- android:src="@drawable/tysdkn_gray_right_back" />
- </RelativeLayout>
- <View
- android:layout_width="match_parent"
- android:layout_height="0.1dp"
- android:background="#ECECEC"
- android:layout_marginLeft="56dp"
- />
- <RelativeLayout
- android:id="@+id/tysdkn_rl_bind_phone"
- android:layout_width="match_parent"
- android:layout_height="42dp"
- android:layout_below="@id/tysdkn_rl_my_consume_log"
- android:gravity="center_vertical"
- android:paddingRight="12dp"
- android:paddingTop="12dp"
- android:paddingBottom="12dp"
- android:background="@color/me_item_transparent"
- >
- <ImageView
- android:id="@+id/img_phone_bundle"
- android:layout_width="18dp"
- android:layout_height="18dp"
- android:layout_marginRight="20dp"
- android:layout_marginLeft="18dp"
- android:background="@drawable/me_phone_bundle_icon" />
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_toRightOf="@id/img_phone_bundle"
- android:text="绑定手机"
- android:textColor="#ff333333"
- android:textSize="13sp" />
- <TextView
- android:id="@+id/tysdkn_tv_bind_phone_hint"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="未绑定/换绑"
- android:textColor="#ff999999"
- android:textSize="11sp"
- android:layout_toLeftOf="@+id/img_bind_phone_right_back"
- android:layout_marginRight="9dp"
- />
- <ImageView
- android:id="@+id/img_bind_phone_right_back"
- android:layout_width="8dp"
- android:layout_height="8dp"
- android:layout_alignParentRight="true"
- android:layout_centerVertical="true"
- android:src="@drawable/tysdkn_gray_right_back" />
- </RelativeLayout>
- <View
- android:layout_width="match_parent"
- android:layout_height="0.1dp"
- android:background="#ECECEC"
- android:layout_marginLeft="56dp"
- />
- <RelativeLayout
- android:id="@+id/tysdkn_rl_real_name"
- android:layout_width="match_parent"
- android:layout_height="42dp"
- android:layout_below="@id/tysdkn_rl_bind_phone"
- android:gravity="center_vertical"
- android:paddingRight="12dp"
- android:paddingTop="12dp"
- android:paddingBottom="12dp"
- android:background="@color/me_item_transparent"
- >
- <ImageView
- android:id="@+id/img_real_name"
- android:layout_width="18dp"
- android:layout_height="18dp"
- android:layout_marginRight="20dp"
- android:layout_marginLeft="18dp"
- android:background="@drawable/me_real_name_icon" />
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_toRightOf="@id/img_real_name"
- android:text="实名认证"
- android:textColor="#ff333333"
- android:textSize="13sp" />
- <TextView
- android:id="@+id/tysdkn_tv_real_name_hint"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text=" 已认证/未认证"
- android:textColor="#ff999999"
- android:textSize="11sp"
- android:layout_toLeftOf="@+id/img_real_name_right_back"
- android:layout_marginRight="9dp"
- />
- <ImageView
- android:id="@+id/img_real_name_right_back"
- android:layout_width="8dp"
- android:layout_height="8dp"
- android:layout_alignParentRight="true"
- android:layout_centerVertical="true"
- android:src="@drawable/tysdkn_gray_right_back" />
- </RelativeLayout>
- <View
- android:layout_width="match_parent"
- android:layout_height="0.1dp"
- android:background="#ECECEC"
- android:layout_marginLeft="56dp"
- />
- <RelativeLayout
- android:id="@+id/tysdkn_rl_alter_pay_password"
- android:layout_width="match_parent"
- android:layout_height="42dp"
- android:layout_below="@id/tysdkn_rl_real_name"
- android:gravity="center_vertical"
- android:paddingRight="12dp"
- android:paddingTop="12dp"
- android:paddingBottom="12dp"
- android:background="@color/me_item_transparent"
- >
- <ImageView
- android:id="@+id/img_alter_pay_password"
- android:layout_width="18dp"
- android:layout_height="18dp"
- android:layout_marginRight="20dp"
- android:layout_marginLeft="18dp"
- android:background="@drawable/me_alter_pay_password_icon" />
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_toRightOf="@id/img_alter_pay_password"
- android:text="修改支付密码"
- android:textColor="#ff333333"
- android:textSize="13sp" />
- <ImageView
- android:layout_width="8dp"
- android:layout_height="8dp"
- android:layout_alignParentRight="true"
- android:layout_centerVertical="true"
- android:src="@drawable/tysdkn_gray_right_back" />
- </RelativeLayout>
- <View
- android:layout_width="match_parent"
- android:layout_height="0.1dp"
- android:background="#ECECEC"
- android:layout_marginLeft="56dp"
- />
- <RelativeLayout
- android:id="@+id/tysdkn_rl_alert_login_password"
- android:layout_width="match_parent"
- android:layout_height="42dp"
- android:layout_below="@id/tysdkn_rl_alter_pay_password"
- android:gravity="center_vertical"
- android:paddingRight="12dp"
- android:paddingTop="12dp"
- android:paddingBottom="12dp"
- android:background="@color/me_item_transparent"
- >
- <ImageView
- android:id="@+id/img_alert_login_password"
- android:layout_width="18dp"
- android:layout_height="18dp"
- android:layout_marginRight="20dp"
- android:layout_marginLeft="18dp"
- android:background="@drawable/me_alter_login_password_icon" />
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_toRightOf="@id/img_alert_login_password"
- android:text="修改登录密码"
- android:textColor="#ff333333"
- android:textSize="13sp" />
- <ImageView
- android:layout_width="8dp"
- android:layout_height="8dp"
- android:layout_alignParentRight="true"
- android:layout_centerVertical="true"
- android:src="@drawable/tysdkn_gray_right_back" />
- </RelativeLayout>
- <RelativeLayout
- android:id="@+id/tysdkn_rl_self_motion_login"
- android:layout_width="match_parent"
- android:layout_height="42dp"
- android:layout_below="@id/tysdkn_rl_alert_login_password"
- android:gravity="center_vertical"
- android:layout_marginTop="5dp"
- android:paddingRight="12dp"
- android:paddingTop="12dp"
- android:paddingBottom="12dp"
- android:background="@color/me_item_transparent"
- >
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_centerVertical="true"
- android:text="自动登录游戏"
- android:textColor="#ff333333"
- android:layout_marginLeft="18dp"
- android:textSize="13sp" />
- <CheckBox
- android:id="@+id/tysdkn_cb_self_auto_login"
- android:layout_width="33.4dp"
- android:layout_height="20.8dp"
- android:layout_alignParentRight="true"
- android:layout_centerVertical="true"
- android:background="@drawable/tysdkn_switch_selector"
- android:button="@null" />
- </RelativeLayout>
- <View
- android:layout_width="match_parent"
- android:layout_height="0.1dp"
- android:background="#ECECEC"
- android:layout_marginLeft="56dp"
- />
- <RelativeLayout
- android:id="@+id/tysdkn_rl_switch_account"
- android:layout_width="match_parent"
- android:layout_height="42dp"
- android:layout_below="@id/tysdkn_rl_self_motion_login"
- android:gravity="center_vertical"
- android:paddingRight="12dp"
- android:paddingTop="12dp"
- android:paddingBottom="12dp"
- android:background="@color/me_item_transparent"
- >
- <TextView
- android:id="@+id/tysdkn_tv_switch_user"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="切换账号"
- android:textColor="#ff333333"
- android:layout_marginLeft="18dp"
- android:textSize="13sp" />
- <ImageView
- android:layout_width="8dp"
- android:layout_height="8dp"
- android:layout_alignParentRight="true"
- android:layout_centerVertical="true"
- android:src="@drawable/tysdkn_gray_right_back" />
- </RelativeLayout>
- <View
- android:layout_width="match_parent"
- android:layout_height="0.1dp"
- android:background="#ECECEC"
- android:layout_marginLeft="56dp"
- />
- <RelativeLayout
- android:layout_width="match_parent"
- android:layout_height="42dp"
- android:layout_below="@id/tysdkn_rl_switch_account"
- android:gravity="center_vertical"
- android:paddingRight="12dp"
- android:paddingTop="12dp"
- android:paddingBottom="12dp"
- android:background="@color/me_item_transparent"
- >
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="SDK版本号"
- android:textColor="#ff333333"
- android:layout_marginLeft="18dp"
- android:textSize="13sp" />
- <TextView
- android:id="@+id/tysdkn_tv_sdk_version"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_alignParentRight="true"
- android:layout_centerVertical="true"
- android:text="V4.0.1"
- android:textColor="#FFA1A1A1"
- android:textSize="13sp" />
- </RelativeLayout>
- </LinearLayout>
- </RelativeLayout>
- </ScrollView>
- </RelativeLayout>
|