| | |
| | | android:layout_height="match_parent" |
| | | android:orientation="vertical"> |
| | | |
| | | <!-- <include--> |
| | | <!-- android:id="@+id/include_status_bar"--> |
| | | <!-- layout="@layout/item_status_bar_mvvm" />--> |
| | | <!-- <include--> |
| | | <!-- android:id="@+id/include_status_bar"--> |
| | | <!-- layout="@layout/item_status_bar_mvvm" />--> |
| | | |
| | | <include layout="@layout/item_status_bar" /> |
| | | |
| | |
| | | |
| | | <LinearLayout |
| | | android:id="@+id/ll_info_portrait" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="48dp" |
| | | android:layout_marginTop="12dp" |
| | | android:background="@color/white" |
| | | android:orientation="horizontal"> |
| | | style="@style/myInfoItemStyle" |
| | | android:layout_marginTop="12dp"> |
| | | |
| | | <TextView |
| | | android:layout_width="0dp" |
| | |
| | | |
| | | <ImageView |
| | | android:id="@+id/iv_info_portrait" |
| | | android:layout_width="26dp" |
| | | android:layout_height="36dp" |
| | | android:layout_width="50dp" |
| | | android:layout_height="50dp" |
| | | android:layout_gravity="center_vertical" |
| | | android:layout_marginRight="10dp" |
| | | bind:portraitUrl="@{userInfo.portrait}" /> |
| | |
| | | |
| | | <LinearLayout |
| | | android:id="@+id/ll_info_nickname" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="48dp" |
| | | android:background="@color/white" |
| | | android:orientation="horizontal"> |
| | | style="@style/myInfoItemStyle"> |
| | | |
| | | <TextView |
| | | android:layout_width="0dp" |
| | |
| | | |
| | | <LinearLayout |
| | | android:id="@+id/ll_info_sex" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="48dp" |
| | | android:background="@color/white" |
| | | android:orientation="horizontal"> |
| | | style="@style/myInfoItemStyle"> |
| | | |
| | | <TextView |
| | | android:layout_width="0dp" |
| | |
| | | |
| | | <LinearLayout |
| | | android:id="@+id/ll_info_uid" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="48dp" |
| | | android:background="@color/white" |
| | | android:orientation="horizontal"> |
| | | style="@style/myInfoItemStyle"> |
| | | |
| | | <TextView |
| | | android:layout_width="0dp" |
| | |
| | | android:layout_marginLeft="20dp" |
| | | android:layout_weight="1" |
| | | android:gravity="center_vertical" |
| | | android:text="ID" |
| | | android:text="账号ID" |
| | | android:textColor="@color/text_black_1" |
| | | android:textSize="16sp" /> |
| | | |
| | |
| | | |
| | | <LinearLayout |
| | | android:id="@+id/ll_info_fans" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="48dp" |
| | | android:background="@color/white" |
| | | android:visibility="gone" |
| | | android:orientation="horizontal"> |
| | | style="@style/myInfoItemStyle" |
| | | android:visibility="gone"> |
| | | |
| | | <TextView |
| | | android:layout_width="0dp" |
| | |
| | | </LinearLayout> |
| | | |
| | | <View |
| | | android:visibility="gone" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="1px" |
| | | android:background="@color/trends_goods_bg" /> |
| | |
| | | |
| | | <LinearLayout |
| | | android:id="@+id/ll_info_invite_code" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="48dp" |
| | | android:background="@color/white" |
| | | android:visibility="gone" |
| | | android:orientation="horizontal"> |
| | | style="@style/myInfoItemStyle" |
| | | android:visibility="gone"> |
| | | |
| | | <TextView |
| | | android:layout_width="0dp" |
| | |
| | | </LinearLayout> |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | <LinearLayout |
| | | android:visibility="gone" |
| | | android:layout_marginTop="12dp" |
| | | android:id="@+id/ll_info_vip" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="48dp" |
| | | android:background="@color/white" |
| | | android:orientation="horizontal"> |
| | | android:id="@+id/ll_info_tbaccount" |
| | | style="@style/myInfoItemStyle" |
| | | android:layout_marginTop="12dp"> |
| | | |
| | | <TextView |
| | | android:layout_width="0dp" |
| | |
| | | android:layout_gravity="center_vertical" |
| | | android:layout_marginLeft="20dp" |
| | | android:layout_weight="1" |
| | | android:drawableLeft="@drawable/icon_my_info_tb" |
| | | android:drawablePadding="13dp" |
| | | android:gravity="center_vertical" |
| | | android:text="超级会员" |
| | | android:text="淘宝授权" |
| | | android:textColor="@color/text_black_1" |
| | | android:textSize="16sp" /> |
| | | |
| | | <TextView |
| | | android:id="@+id/tv_info_vip" |
| | | android:id="@+id/tv_info_tbaccount" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_gravity="center_vertical" |
| | | android:layout_marginLeft="20dp" |
| | | android:layout_marginRight="10dp" |
| | | android:gravity="center_vertical" |
| | | android:text="立即升级" /> |
| | | android:gravity="center_vertical" /> |
| | | |
| | | <ImageView |
| | | android:layout_width="wrap_content" |
| | |
| | | android:layout_marginRight="20dp" |
| | | android:src="@mipmap/ic_input" /> |
| | | </LinearLayout> |
| | | |
| | | |
| | | <View |
| | | android:visibility="gone" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="1px" |
| | | android:background="@color/trends_goods_bg" /> |
| | | |
| | | <LinearLayout |
| | | android:id="@+id/ll_vip_action" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="48dp" |
| | | android:visibility="gone" |
| | | android:background="@color/white" |
| | | android:orientation="horizontal"> |
| | | android:id="@+id/ll_info_pdd_buy" |
| | | style="@style/myInfoItemStyle"> |
| | | |
| | | <TextView |
| | | android:id="@+id/tv_vip_action_name" |
| | | android:drawableLeft="@drawable/icon_my_info_pdd" |
| | | android:drawablePadding="13dp" |
| | | android:layout_width="0dp" |
| | | android:layout_height="wrap_content" |
| | | android:layout_gravity="center_vertical" |
| | | android:layout_marginLeft="20dp" |
| | | android:layout_weight="1" |
| | | android:gravity="center_vertical" |
| | | android:text="超级管理" |
| | | android:text="拼多多自购备案" |
| | | android:textColor="@color/text_black_1" |
| | | android:textSize="16sp" /> |
| | | |
| | | <TextView |
| | | android:id="@+id/tv_vip_action_content" |
| | | android:id="@+id/tv_info_pdd_buy" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_gravity="center_vertical" |
| | | android:layout_marginLeft="20dp" |
| | | android:layout_marginRight="10dp" |
| | | android:gravity="center_vertical" |
| | | android:text="" /> |
| | | android:gravity="center_vertical" /> |
| | | |
| | | <ImageView |
| | | android:layout_width="wrap_content" |
| | |
| | | android:layout_marginRight="20dp" |
| | | android:src="@mipmap/ic_input" /> |
| | | </LinearLayout> |
| | | |
| | | |
| | | |
| | | |
| | | <LinearLayout |
| | | android:id="@+id/ll_info_relative_mobile" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="48dp" |
| | | android:layout_marginTop="12dp" |
| | | android:background="@color/white" |
| | | android:visibility="gone" |
| | | android:orientation="horizontal"> |
| | | style="@style/myInfoItemStyle" |
| | | android:layout_marginTop="12dp"> |
| | | |
| | | <TextView |
| | | android:layout_width="0dp" |
| | |
| | | android:layout_gravity="center_vertical" |
| | | android:layout_marginLeft="20dp" |
| | | android:layout_weight="1" |
| | | android:drawableLeft="@drawable/icon_my_info_mobile" |
| | | android:drawablePadding="13dp" |
| | | android:gravity="center_vertical" |
| | | android:text="手机号" |
| | | android:textColor="@color/text_black_1" |
| | |
| | | </LinearLayout> |
| | | |
| | | <View |
| | | android:visibility="gone" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="1px" |
| | | android:background="@color/trends_goods_bg" /> |
| | | |
| | | <LinearLayout |
| | | android:visibility="gone" |
| | | android:id="@+id/ll_info_wchat_num" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="48dp" |
| | | android:background="@color/white" |
| | | android:orientation="horizontal"> |
| | | |
| | | <TextView |
| | | android:layout_width="0dp" |
| | | android:layout_height="wrap_content" |
| | | android:layout_gravity="center_vertical" |
| | | android:layout_marginLeft="20dp" |
| | | android:layout_weight="1" |
| | | android:gravity="center_vertical" |
| | | android:text="微信号" |
| | | android:textColor="@color/text_black_1" |
| | | android:textSize="16sp" /> |
| | | |
| | | <TextView |
| | | android:id="@+id/tv_info_wchat_num" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_gravity="center_vertical" |
| | | android:layout_marginLeft="20dp" |
| | | android:layout_marginRight="10dp" |
| | | android:gravity="center_vertical" |
| | | android:text='@{userInfo.weiXin==null?@string/no_add:userInfo.weiXin}' /> |
| | | |
| | | <ImageView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_gravity="center_vertical" |
| | | android:layout_marginLeft="5dp" |
| | | android:layout_marginRight="20dp" |
| | | android:src="@mipmap/ic_input" /> |
| | | </LinearLayout> |
| | | |
| | | <View |
| | | android:visibility="gone" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="1px" |
| | | android:background="@color/trends_goods_bg" /> |
| | | |
| | | <LinearLayout |
| | | android:id="@+id/ll_info_tbaccount" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="48dp" |
| | | android:background="@color/white" |
| | | android:orientation="horizontal"> |
| | | |
| | | <TextView |
| | | android:layout_width="0dp" |
| | | android:layout_height="wrap_content" |
| | | android:layout_gravity="center_vertical" |
| | | android:layout_marginLeft="20dp" |
| | | android:layout_weight="1" |
| | | android:drawablePadding="8dp" |
| | | android:gravity="center_vertical" |
| | | android:text="淘宝授权" |
| | | android:textColor="@color/text_black_1" |
| | | android:textSize="16sp" /> |
| | | |
| | | <TextView |
| | | android:id="@+id/tv_info_tbaccount" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_gravity="center_vertical" |
| | | android:layout_marginLeft="20dp" |
| | | android:layout_marginRight="10dp" |
| | | android:gravity="center_vertical" /> |
| | | |
| | | <ImageView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_gravity="center_vertical" |
| | | android:layout_marginLeft="5dp" |
| | | android:layout_marginRight="20dp" |
| | | android:src="@mipmap/ic_input" /> |
| | | </LinearLayout> |
| | | |
| | | <View |
| | | android:visibility="gone" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="1px" |
| | | android:background="@color/trends_goods_bg" /> |
| | | |
| | | <LinearLayout |
| | | android:id="@+id/ll_info_relative_qq" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="48dp" |
| | | android:background="@color/white" |
| | | android:orientation="horizontal" |
| | | android:visibility="gone"> |
| | | style="@style/myInfoItemStyle" |
| | | android:visibility="visible"> |
| | | |
| | | <TextView |
| | | android:layout_width="0dp" |
| | |
| | | android:layout_gravity="center_vertical" |
| | | android:layout_marginLeft="20dp" |
| | | android:layout_weight="1" |
| | | android:drawableLeft="@drawable/icon_my_info_qq" |
| | | android:drawablePadding="13dp" |
| | | android:gravity="center_vertical" |
| | | android:text="QQ账号" /> |
| | | android:text="QQ" |
| | | android:textColor="@color/text_black_1" |
| | | android:textSize="16sp" /> |
| | | |
| | | <TextView |
| | | android:id="@+id/tv_info_relative_qq" |
| | |
| | | android:src="@mipmap/ic_input" /> |
| | | </LinearLayout> |
| | | |
| | | <View |
| | | android:layout_width="match_parent" |
| | | android:layout_height="1px" |
| | | android:background="@color/trends_goods_bg" /> |
| | | |
| | | <LinearLayout |
| | | android:id="@+id/ll_info_relative_wechat" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="48dp" |
| | | android:visibility="gone" |
| | | android:background="@color/white" |
| | | android:orientation="horizontal"> |
| | | style="@style/myInfoItemStyle"> |
| | | |
| | | <TextView |
| | | android:layout_width="0dp" |
| | |
| | | android:layout_gravity="center_vertical" |
| | | android:layout_marginLeft="20dp" |
| | | android:layout_weight="1" |
| | | android:drawableLeft="@drawable/icon_my_info_wx" |
| | | android:drawablePadding="13dp" |
| | | android:gravity="center_vertical" |
| | | android:text="微信授权" |
| | | android:text="微信" |
| | | android:textColor="@color/text_black_1" |
| | | android:textSize="16sp" /> |
| | | |
| | |
| | | android:layout_marginRight="20dp" |
| | | android:src="@mipmap/ic_input" /> |
| | | </LinearLayout> |
| | | |
| | | <View |
| | | android:layout_width="match_parent" |
| | | android:layout_height="1px" |
| | | android:background="@color/trends_goods_bg" /> |
| | | |
| | | |
| | | <LinearLayout |
| | | android:id="@+id/ll_info_pdd_share" |
| | | style="@style/myInfoItemStyle" |
| | | android:visibility="gone"> |
| | | |
| | | <TextView |
| | | android:layout_width="0dp" |
| | | android:layout_height="wrap_content" |
| | | android:layout_gravity="center_vertical" |
| | | android:layout_marginLeft="20dp" |
| | | android:layout_weight="1" |
| | | android:gravity="center_vertical" |
| | | android:text="拼多多分享备案" |
| | | android:textColor="@color/text_black_1" |
| | | android:textSize="16sp" /> |
| | | |
| | | <TextView |
| | | android:id="@+id/tv_info_pdd_share" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_gravity="center_vertical" |
| | | android:layout_marginLeft="20dp" |
| | | android:layout_marginRight="10dp" |
| | | android:gravity="center_vertical" /> |
| | | |
| | | <ImageView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_gravity="center_vertical" |
| | | android:layout_marginLeft="5dp" |
| | | android:layout_marginRight="20dp" |
| | | android:src="@mipmap/ic_input" /> |
| | | </LinearLayout> |
| | | |
| | | </LinearLayout> |
| | | |
| | | |