| | |
| | | <?xml version="1.0" encoding="utf-8"?> |
| | | <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" |
| | | <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
| | | xmlns:app="http://schemas.android.com/apk/res-auto" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="match_parent" |
| | | android:background="#F3F3F3"> |
| | | android:background="@color/page_bg_color" |
| | | android:orientation="vertical"> |
| | | |
| | | <com.wpc.library.widget.ScListerScrollView |
| | | android:id="@+id/sv_mine" |
| | | |
| | | <LinearLayout |
| | | android:id="@+id/ll_top" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content"> |
| | | android:layout_height="wrap_content" |
| | | android:orientation="vertical"> |
| | | |
| | | <FrameLayout |
| | | |
| | | android:layout_width="match_parent" |
| | | android:layout_height="match_parent" |
| | | android:background="#F3F3F3"> |
| | | android:layout_height="wrap_content"> |
| | | |
| | | <View |
| | | android:layout_width="match_parent" |
| | | android:layout_height="172dp" |
| | | android:background="@color/theme" /> |
| | | |
| | | <View |
| | | android:layout_width="match_parent" |
| | | <FrameLayout |
| | | android:id="@+id/fl_msg" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:background="@drawable/ic_mine_top_bg" /> |
| | | android:layout_gravity="right" |
| | | android:paddingTop="5dp" |
| | | android:paddingRight="2.5dp" |
| | | android:paddingBottom="5dp"> |
| | | |
| | | <ImageView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginTop="7dp" |
| | | android:layout_marginRight="12dp" |
| | | android:src="@drawable/icon_mine_msg"></ImageView> |
| | | |
| | | <TextView |
| | | android:id="@+id/tv_msg_count" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_gravity="right" |
| | | android:background="@drawable/shape_mine_msg_bg" |
| | | android:gravity="center" |
| | | android:text="99+" |
| | | android:textColor="#ffff2a59" |
| | | android:textSize="10sp" |
| | | android:visibility="gone" /> |
| | | |
| | | </FrameLayout> |
| | | |
| | | |
| | | </FrameLayout> |
| | | |
| | | |
| | | <LinearLayout |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:orientation="vertical"> |
| | | |
| | | <LinearLayout |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:orientation="vertical"> |
| | | |
| | | <FrameLayout |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content"> |
| | | <!--小黄条--> |
| | | <LinearLayout |
| | | android:id="@+id/ll_notice" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="30dp" |
| | | android:layout_marginLeft="20dp" |
| | | android:layout_marginTop="10dp" |
| | | android:layout_marginRight="20dp" |
| | | android:background="@drawable/shape_yellow_notice_mine" |
| | | android:orientation="horizontal" |
| | | android:visibility="gone"> |
| | | |
| | | <ImageView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_gravity="center_vertical" |
| | | android:layout_marginLeft="12dp" |
| | | android:src="@drawable/ic_notice" /> |
| | | |
| | | <com.wpc.library.widget.MarqueeText |
| | | android:id="@+id/tv_notice_content" |
| | | android:layout_width="0dp" |
| | | android:layout_height="wrap_content" |
| | | android:layout_gravity="center_vertical" |
| | | android:layout_marginLeft="5dp" |
| | | android:layout_weight="1" |
| | | android:ellipsize="marquee" |
| | | android:focusable="true" |
| | | android:focusableInTouchMode="true" |
| | | android:marqueeRepeatLimit="marquee_forever" |
| | | android:scrollHorizontally="true" |
| | | android:singleLine="true" |
| | | android:textColor="@color/main_text_color" |
| | | android:textSize="12sp" /> |
| | | |
| | | <ImageView |
| | | android:id="@+id/iv_close" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_gravity="center_vertical" |
| | | android:layout_marginRight="12dp" |
| | | android:padding="5dp" |
| | | android:src="@drawable/ic_notice_input" /> |
| | | </LinearLayout> |
| | | |
| | | </FrameLayout> |
| | | |
| | | |
| | | <!--头像布局--> |
| | | <LinearLayout |
| | | android:layout_width="match_parent" |
| | | android:layout_height="132dp" |
| | | android:layout_marginTop="30dp" |
| | | android:orientation="vertical"> |
| | | android:layout_height="wrap_content" |
| | | android:orientation="horizontal" |
| | | android:paddingLeft="22dp"> |
| | | |
| | | <FrameLayout |
| | | android:layout_width="match_parent" |
| | | |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content"> |
| | | <!--小黄条--> |
| | | <LinearLayout |
| | | android:id="@+id/ll_notice" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="30dp" |
| | | android:layout_marginLeft="20dp" |
| | | android:layout_marginTop="10dp" |
| | | android:layout_marginRight="20dp" |
| | | android:background="@drawable/shape_yellow_notice_mine" |
| | | android:orientation="horizontal" |
| | | android:visibility="gone"> |
| | | |
| | | <ImageView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_gravity="center_vertical" |
| | | android:layout_marginLeft="12dp" |
| | | android:src="@drawable/ic_notice" /> |
| | | <ImageView |
| | | android:id="@+id/iv_portrait" |
| | | android:layout_width="60dp" |
| | | android:layout_height="60dp" |
| | | android:layout_gravity="center" |
| | | |
| | | <com.wpc.library.widget.MarqueeText |
| | | android:id="@+id/tv_notice_content" |
| | | android:layout_width="0dp" |
| | | android:layout_height="wrap_content" |
| | | android:layout_gravity="center_vertical" |
| | | android:layout_marginLeft="5dp" |
| | | android:layout_weight="1" |
| | | android:ellipsize="marquee" |
| | | android:focusable="true" |
| | | android:focusableInTouchMode="true" |
| | | android:marqueeRepeatLimit="marquee_forever" |
| | | android:scrollHorizontally="true" |
| | | android:singleLine="true" |
| | | android:textColor="@color/main_text_color" |
| | | android:textSize="12sp" /> |
| | | |
| | | <ImageView |
| | | android:id="@+id/iv_close" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_gravity="center_vertical" |
| | | android:layout_marginRight="12dp" |
| | | android:padding="5dp" |
| | | android:src="@drawable/ic_notice_input" /> |
| | | </LinearLayout> |
| | | |
| | | <!--专题活动-福利中心-推广红包--> |
| | | <LinearLayout |
| | | android:id="@+id/ll_title" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="40dp" |
| | | android:layout_gravity="right" |
| | | android:gravity="right" |
| | | android:orientation="horizontal" |
| | | android:visibility="invisible"></LinearLayout> |
| | | android:src="@drawable/ic_mine_default_portrait" /> |
| | | |
| | | </FrameLayout> |
| | | |
| | | |
| | | <!--头像布局--> |
| | | <LinearLayout |
| | | android:layout_width="match_parent" |
| | | android:layout_height="82dp" |
| | | android:orientation="horizontal"> |
| | | |
| | | <FrameLayout |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginTop="10dp"> |
| | | |
| | | <ImageView |
| | | android:id="@+id/iv_portrait" |
| | | android:layout_width="52dp" |
| | | android:layout_height="52dp" |
| | | android:layout_gravity="center" |
| | | android:layout_margin="10dp" |
| | | android:src="@drawable/ic_mine_default_portrait" /> |
| | | |
| | | </FrameLayout> |
| | | |
| | | android:layout_width="0dp" |
| | | android:layout_height="wrap_content" |
| | | android:layout_gravity="start" |
| | | android:layout_marginLeft="10dp" |
| | | android:layout_weight="1" |
| | | android:orientation="vertical"> |
| | | |
| | | <LinearLayout |
| | | android:layout_width="0dp" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:layout_gravity="center_vertical" |
| | | android:layout_marginTop="5dp" |
| | | android:layout_weight="1" |
| | | android:gravity="center_vertical" |
| | | android:orientation="vertical"> |
| | | android:orientation="horizontal"> |
| | | |
| | | <LinearLayout |
| | | android:id="@+id/ll_nick_name_vip" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:orientation="horizontal"> |
| | | |
| | | <LinearLayout |
| | | android:id="@+id/ll_nick_name_vip" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:gravity="center_vertical" |
| | | android:orientation="horizontal" |
| | | android:visibility="gone"> |
| | | |
| | | <TextView |
| | | android:id="@+id/tv_nickname" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_gravity="center" |
| | | android:ellipsize="end" |
| | | android:gravity="left" |
| | | android:maxWidth="130dp" |
| | | android:singleLine="true" |
| | | android:textColor="@color/white" |
| | | android:textSize="18sp" |
| | | android:textStyle="bold" |
| | | android:visibility="gone" /> |
| | | </LinearLayout> |
| | | android:gravity="center_vertical" |
| | | android:orientation="horizontal" |
| | | android:visibility="visible"> |
| | | |
| | | <TextView |
| | | android:id="@+id/tv_mine_login" |
| | | android:id="@+id/tv_nickname" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_gravity="center_vertical" |
| | | android:layout_marginLeft="3dp" |
| | | android:background="@drawable/shape_mine_login_show" |
| | | android:gravity="center_vertical" |
| | | android:paddingLeft="20dp" |
| | | android:paddingTop="5dp" |
| | | android:paddingRight="20dp" |
| | | android:paddingBottom="5dp" |
| | | android:layout_gravity="center" |
| | | android:ellipsize="end" |
| | | android:gravity="left" |
| | | android:maxWidth="130dp" |
| | | android:singleLine="true" |
| | | android:text="昵称昵称昵称昵称" |
| | | android:textColor="@color/white" |
| | | android:textSize="18sp" |
| | | android:textStyle="bold" |
| | | android:visibility="visible" /> |
| | | </LinearLayout> |
| | | |
| | | <androidx.appcompat.widget.LinearLayoutCompat |
| | | android:id="@+id/tv_user_numlayout" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginTop="3dp"> |
| | | |
| | | <TextView |
| | | android:id="@+id/tv_user_num" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_gravity="center_vertical" |
| | | android:layout_marginRight="2dp" |
| | | android:gravity="center_vertical" |
| | | android:textColor="@color/white" |
| | | android:textSize="14sp" /> |
| | | |
| | | </androidx.appcompat.widget.LinearLayoutCompat> |
| | | |
| | | |
| | | <LinearLayout |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:orientation="horizontal" |
| | | android:visibility="gone"> |
| | | |
| | | <TextView |
| | | android:id="@+id/tv_red_packet_num" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_gravity="center_vertical" |
| | | android:gravity="center_vertical" |
| | | android:text="奖金余额0.00元" |
| | | android:textColor="@color/white" /> |
| | | |
| | | <ImageView |
| | | android:id="@+id/iv_help" |
| | | android:layout_width="23dp" |
| | | android:layout_height="23dp" |
| | | android:layout_gravity="left|center_vertical" |
| | | android:layout_marginLeft="5dp" |
| | | android:src="@mipmap/ic_doubt" /> |
| | | </LinearLayout> |
| | | </LinearLayout> |
| | | |
| | | </LinearLayout> |
| | | |
| | | <LinearLayout |
| | | android:id="@+id/ll_special_invitecode_apply" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginLeft="72dp" |
| | | android:layout_marginTop="-7dp" |
| | | android:background="@drawable/shape_apply_special_invite_code_bg" |
| | | android:gravity="center" |
| | | android:paddingLeft="10dp" |
| | | android:paddingRight="10dp" |
| | | android:visibility="gone"> |
| | | |
| | | <ImageView |
| | | android:layout_width="12dp" |
| | | android:layout_height="12dp" |
| | | android:src="@drawable/icon_special"> |
| | | |
| | | </ImageView> |
| | | |
| | | <TextView |
| | | <androidx.appcompat.widget.LinearLayoutCompat |
| | | android:id="@+id/tv_user_numlayout" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginLeft="2dp" |
| | | android:text="申请专属邀请码" |
| | | android:textColor="#FFBDD8" |
| | | android:textSize="12sp"></TextView> |
| | | android:layout_marginTop="3dp"> |
| | | |
| | | <TextView |
| | | android:id="@+id/tv_user_num" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_gravity="center_vertical" |
| | | android:layout_marginRight="2dp" |
| | | android:gravity="center_vertical" |
| | | android:textColor="@color/white" |
| | | android:textSize="14sp" /> |
| | | |
| | | </androidx.appcompat.widget.LinearLayoutCompat> |
| | | |
| | | </LinearLayout> |
| | | </LinearLayout> |
| | | </LinearLayout> |
| | | |
| | | <LinearLayout |
| | | android:id="@+id/ll_balance" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="66dp" |
| | | android:layout_marginLeft="10dp" |
| | | android:layout_marginTop="43dp" |
| | | android:layout_marginRight="10dp" |
| | | android:background="@drawable/shape_mine_money_bg" |
| | | android:gravity="center_vertical" |
| | | android:orientation="vertical"> |
| | | |
| | | <!--余额显示--> |
| | | <LinearLayout |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginLeft="10dp" |
| | | android:layout_marginRight="10dp" |
| | | android:background="@drawable/shape_mine_money_bg" |
| | | android:orientation="vertical"> |
| | | android:layout_height="50dp" |
| | | android:gravity="center_vertical" |
| | | android:orientation="horizontal" |
| | | android:paddingLeft="24dp" |
| | | android:paddingRight="12dp"> |
| | | |
| | | |
| | | <!--余额显示--> |
| | | <TextView |
| | | android:id="@+id/tv_red_packet_no_open1" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_gravity="left|center_vertical" |
| | | android:text="资金" |
| | | android:textColor="@color/theme" |
| | | android:textSize="15sp" /> |
| | | |
| | | |
| | | <View |
| | | android:layout_width="0dp" |
| | | android:layout_height="wrap_content" |
| | | android:layout_weight="1" /> |
| | | |
| | | <LinearLayout |
| | | android:id="@+id/ll_balance" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="50dp" |
| | | android:layout_marginLeft="10dp" |
| | | android:layout_marginTop="6dp" |
| | | android:layout_marginRight="10dp" |
| | | android:orientation="horizontal" |
| | | android:paddingLeft="15dp" |
| | | android:paddingRight="15dp"> |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:gravity="bottom"> |
| | | |
| | | |
| | | <TextView |
| | | android:id="@+id/tv_red_packet_no_open1" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_gravity="left|center_vertical" |
| | | android:text="余额" |
| | | android:textColor="@color/theme" |
| | | android:text="¥" |
| | | android:textColor="#ffff2b51" |
| | | android:textSize="15sp" /> |
| | | |
| | | |
| | |
| | | android:id="@+id/tv_balance" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_gravity="left|center_vertical" |
| | | android:layout_marginLeft="15dp" |
| | | android:text="0.00" |
| | | android:textColor="@color/theme" |
| | | android:textSize="15sp" |
| | | android:textStyle="bold" /> |
| | | |
| | | <View |
| | | android:layout_width="0dp" |
| | | android:layout_height="wrap_content" |
| | | android:layout_weight="1" /> |
| | | |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_gravity="left|center_vertical" |
| | | android:drawableRight="@drawable/ic_mine_money_array" |
| | | android:drawablePadding="5dp" |
| | | android:text="明细" |
| | | android:textColor="#999999" |
| | | android:textSize="12sp" /> |
| | | android:drawablePadding="7.5dp" |
| | | android:text="88.88" |
| | | android:textColor="#ffff2b51" |
| | | android:textSize="30sp" /> |
| | | |
| | | </LinearLayout> |
| | | <!--奖金统计--> |
| | | <LinearLayout |
| | | android:id="@+id/ll_count" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginLeft="10dp" |
| | | android:layout_marginRight="10dp" |
| | | android:layout_marginBottom="10dp" |
| | | android:background="@drawable/shape_mine_share_bottom" |
| | | android:orientation="vertical" |
| | | android:visibility="visible"> |
| | | |
| | | |
| | | <LinearLayout |
| | | android:layout_width="match_parent" |
| | | android:layout_height="30dp" |
| | | android:layout_marginLeft="5dp" |
| | | android:layout_marginTop="5dp" |
| | | android:layout_marginRight="5dp" |
| | | android:background="@drawable/shape_mine_item_bg" |
| | | android:orientation="horizontal" |
| | | android:padding="3dp"> |
| | | |
| | | <FrameLayout |
| | | android:id="@+id/fl_reward_today" |
| | | android:layout_width="0dp" |
| | | android:layout_height="match_parent" |
| | | android:layout_weight="1" |
| | | android:background="@drawable/shape_mine_share_top"> |
| | | |
| | | <TextView |
| | | android:id="@+id/tv_reward_today" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_gravity="center" |
| | | android:gravity="center" |
| | | android:text="今日" |
| | | android:textColor="@color/white" |
| | | android:textSize="15sp" /> |
| | | </FrameLayout> |
| | | |
| | | <FrameLayout |
| | | android:id="@+id/fl_reward_yestoday" |
| | | android:layout_width="0dp" |
| | | android:layout_height="match_parent" |
| | | android:layout_weight="1"> |
| | | |
| | | <TextView |
| | | android:id="@+id/tv_reward_yestoday" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_gravity="center" |
| | | android:gravity="center" |
| | | android:text="昨日" |
| | | android:textColor="@color/theme" /> |
| | | </FrameLayout> |
| | | |
| | | |
| | | <FrameLayout |
| | | android:id="@+id/fl_reward_current_month" |
| | | android:layout_width="0dp" |
| | | android:layout_height="match_parent" |
| | | android:layout_weight="1"> |
| | | |
| | | <TextView |
| | | android:id="@+id/tv_reward_current_month" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_gravity="center" |
| | | android:gravity="center" |
| | | android:text="本月" |
| | | android:textColor="@color/theme" /> |
| | | </FrameLayout> |
| | | |
| | | <FrameLayout |
| | | android:id="@+id/fl_reward_last_month" |
| | | android:layout_width="0dp" |
| | | android:layout_height="match_parent" |
| | | android:layout_weight="1"> |
| | | |
| | | <TextView |
| | | android:id="@+id/tv_reward_last_month" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_gravity="center" |
| | | android:gravity="center" |
| | | android:text="上月" |
| | | android:textColor="@color/theme" /> |
| | | </FrameLayout> |
| | | </LinearLayout> |
| | | |
| | | <LinearLayout |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginLeft="10dp" |
| | | android:layout_marginTop="9dp" |
| | | android:layout_marginRight="10dp" |
| | | android:orientation="horizontal" |
| | | android:visibility="gone"> |
| | | |
| | | <ImageView |
| | | android:id="@+id/fl_reward_today_ic" |
| | | android:layout_width="0dp" |
| | | android:layout_height="wrap_content" |
| | | android:layout_weight="1" |
| | | android:src="@drawable/fl_reward_current_top_ic" /> |
| | | |
| | | <ImageView |
| | | android:id="@+id/fl_reward_yestoday_ic" |
| | | android:layout_width="0dp" |
| | | android:layout_height="wrap_content" |
| | | android:layout_weight="1" |
| | | android:src="@drawable/fl_reward_current_top_ic" |
| | | android:visibility="invisible" /> |
| | | |
| | | |
| | | <ImageView |
| | | android:id="@+id/fl_reward_current_month_ic" |
| | | android:layout_width="0dp" |
| | | android:layout_height="wrap_content" |
| | | android:layout_weight="1" |
| | | android:src="@drawable/fl_reward_current_top_ic" |
| | | android:visibility="invisible" /> |
| | | |
| | | |
| | | <ImageView |
| | | android:id="@+id/fl_reward_last_month_ic" |
| | | android:layout_width="0dp" |
| | | android:layout_height="wrap_content" |
| | | android:layout_weight="1" |
| | | android:src="@drawable/fl_reward_current_top_ic" |
| | | android:visibility="invisible" /> |
| | | |
| | | |
| | | </LinearLayout> |
| | | |
| | | <LinearLayout |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginLeft="10dp" |
| | | android:layout_marginRight="10dp" |
| | | |
| | | android:orientation="vertical"> |
| | | |
| | | <LinearLayout |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:orientation="horizontal"> |
| | | |
| | | <LinearLayout |
| | | android:id="@+id/ll_fanli" |
| | | android:layout_width="0dp" |
| | | android:layout_height="75dp" |
| | | android:layout_gravity="center" |
| | | android:layout_weight="1" |
| | | android:gravity="center" |
| | | android:orientation="horizontal" |
| | | android:visibility="gone"> |
| | | |
| | | |
| | | <LinearLayout |
| | | android:layout_width="0dp" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginTop="5dp" |
| | | android:layout_marginBottom="5dp" |
| | | android:layout_weight="1" |
| | | android:gravity="center" |
| | | android:orientation="vertical"> |
| | | |
| | | <TextView |
| | | android:id="@+id/tv_fanli_reward" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:drawablePadding="3dp" |
| | | android:gravity="center" |
| | | android:text="¥ 0.00" |
| | | android:textColor="@color/white" |
| | | android:textSize="17sp" /> |
| | | |
| | | <LinearLayout |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginTop="5dp" |
| | | android:gravity="center_vertical" |
| | | android:orientation="horizontal"> |
| | | |
| | | <TextView |
| | | android:id="@+id/tv_fanli_reward_hint" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:text="返利" |
| | | android:textColor="@color/white" |
| | | android:textSize="12sp" /> |
| | | |
| | | <ImageView |
| | | android:layout_width="5dp" |
| | | android:layout_height="8dp" |
| | | android:layout_marginLeft="15dp" |
| | | android:layout_marginTop="1dp" |
| | | android:src="@drawable/ic_mine_money_detail_array"></ImageView> |
| | | </LinearLayout> |
| | | |
| | | </LinearLayout> |
| | | </LinearLayout> |
| | | |
| | | <View |
| | | android:layout_width="1dp" |
| | | android:layout_height="25dp" |
| | | android:layout_gravity="center" |
| | | android:background="@color/theme" |
| | | android:visibility="gone" /> |
| | | |
| | | <LinearLayout |
| | | android:id="@+id/ll_share_reward" |
| | | android:layout_width="0dp" |
| | | android:layout_height="75dp" |
| | | android:layout_gravity="center" |
| | | android:layout_weight="1" |
| | | android:gravity="center" |
| | | android:orientation="horizontal" |
| | | android:visibility="visible"> |
| | | |
| | | |
| | | <LinearLayout |
| | | android:layout_width="0dp" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginTop="5dp" |
| | | android:layout_marginBottom="5dp" |
| | | android:layout_weight="1" |
| | | android:gravity="center" |
| | | android:orientation="vertical"> |
| | | |
| | | |
| | | <LinearLayout |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | |
| | | android:gravity="center_vertical" |
| | | android:orientation="horizontal"> |
| | | |
| | | <TextView |
| | | android:id="@+id/tv_share_reward_hint" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:text="佣金" |
| | | android:textColor="@color/white" |
| | | android:textSize="12sp" /> |
| | | |
| | | </LinearLayout> |
| | | |
| | | <TextView |
| | | android:id="@+id/tv_share_estimate_reward" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:drawablePadding="3dp" |
| | | android:layout_marginTop="5dp" |
| | | android:gravity="center" |
| | | android:text="¥ 0.00" |
| | | android:textColor="@color/white" |
| | | android:textSize="17sp" /> |
| | | |
| | | |
| | | |
| | | </LinearLayout> |
| | | </LinearLayout> |
| | | </LinearLayout> |
| | | |
| | | |
| | | </LinearLayout> |
| | | </LinearLayout> |
| | | </LinearLayout> |
| | | </LinearLayout> |
| | | <!-- 热门活动入口--> |
| | | <com.wpc.library.widget.RatioLayout |
| | | android:id="@+id/vp_doings_ratio" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginLeft="10dp" |
| | | android:layout_marginTop="10dp" |
| | | android:layout_marginRight="10dp" |
| | | android:visibility="gone" |
| | | app:ratio="0.2785"> |
| | | |
| | | <!--分享记录-分享库--> |
| | | <LinearLayout |
| | | android:id="@+id/ll_share_and_selection" |
| | | <androidx.cardview.widget.CardView |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginLeft="10dp" |
| | | android:layout_marginTop="10dp" |
| | | android:layout_marginRight="10dp" |
| | | android:background="@drawable/shape_mine_item_bg" |
| | | android:orientation="horizontal" |
| | | android:paddingTop="19dp" |
| | | android:paddingBottom="21dp"> |
| | | android:layout_height="match_parent" |
| | | app:cardBackgroundColor="#F3F3F3" |
| | | app:cardCornerRadius="10dp" |
| | | app:cardElevation="0dp"> |
| | | |
| | | <LinearLayout |
| | | android:id="@+id/ll_order" |
| | | android:layout_width="0dp" |
| | | android:layout_height="wrap_content" |
| | | android:layout_weight="1" |
| | | android:gravity="center" |
| | | android:orientation="vertical"> |
| | | |
| | | <ImageView |
| | | android:layout_width="53dp" |
| | | android:layout_height="53dp" |
| | | android:src="@drawable/icon_mine_order" /> |
| | | |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_gravity="center" |
| | | android:layout_marginTop="3.5dp" |
| | | android:text="订单" |
| | | android:textColor="#333333" |
| | | android:textSize="13sp" /> |
| | | </LinearLayout> |
| | | |
| | | |
| | | <LinearLayout |
| | | android:id="@+id/ll_find_order" |
| | | android:layout_width="0dp" |
| | | android:layout_height="wrap_content" |
| | | android:layout_weight="1" |
| | | android:gravity="center" |
| | | android:orientation="vertical"> |
| | | |
| | | <ImageView |
| | | android:layout_width="53dp" |
| | | android:layout_height="53dp" |
| | | android:src="@drawable/icon_mine_find_order" /> |
| | | |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_gravity="center" |
| | | android:layout_marginTop="3.5dp" |
| | | android:text="订单找回" |
| | | android:textColor="#333333" |
| | | android:textSize="13sp" /> |
| | | </LinearLayout> |
| | | |
| | | <LinearLayout |
| | | android:id="@+id/ll_share_history" |
| | | android:layout_width="0dp" |
| | | android:layout_height="wrap_content" |
| | | android:layout_gravity="center" |
| | | android:layout_weight="1" |
| | | android:gravity="center" |
| | | android:orientation="vertical"> |
| | | |
| | | <ImageView |
| | | android:layout_width="53dp" |
| | | android:layout_height="53dp" |
| | | android:src="@drawable/icon_mine_share_history" /> |
| | | |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_gravity="center" |
| | | android:layout_marginTop="3.5dp" |
| | | android:gravity="center" |
| | | android:text="分享记录" |
| | | android:textColor="#333333" |
| | | android:textSize="13sp" /> |
| | | </LinearLayout> |
| | | |
| | | <LinearLayout |
| | | android:id="@+id/ll_send_order" |
| | | android:layout_width="0dp" |
| | | android:layout_height="wrap_content" |
| | | android:layout_weight="1" |
| | | android:gravity="center" |
| | | android:orientation="vertical"> |
| | | |
| | | <ImageView |
| | | android:layout_width="53dp" |
| | | android:layout_height="53dp" |
| | | android:src="@drawable/icon_mine_send_order" /> |
| | | |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_gravity="center" |
| | | android:layout_marginTop="3.5dp" |
| | | android:text="云发单" |
| | | android:textColor="#333333" |
| | | android:textSize="13sp" /> |
| | | </LinearLayout> |
| | | </LinearLayout> |
| | | <!-- 热门活动入口--> |
| | | <com.wpc.library.widget.RatioLayout |
| | | android:id="@+id/vp_doings_ratio" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginLeft="10dp" |
| | | android:layout_marginTop="10dp" |
| | | android:layout_marginRight="10dp" |
| | | android:visibility="gone" |
| | | app:ratio="0.2785"> |
| | | |
| | | <androidx.cardview.widget.CardView |
| | | <androidx.viewpager.widget.ViewPager |
| | | android:id="@+id/vp_recommend" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="match_parent" |
| | | app:cardBackgroundColor="#F3F3F3" |
| | | app:cardCornerRadius="10dp" |
| | | app:cardElevation="0dp"> |
| | | |
| | | <androidx.viewpager.widget.ViewPager |
| | | android:id="@+id/vp_recommend" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="match_parent" |
| | | android:visibility="visible" /> |
| | | android:visibility="visible" /> |
| | | |
| | | |
| | | <com.viewpagerindicator.CirclePageIndicator |
| | | android:id="@+id/indicator_recommend" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:layout_gravity="bottom" |
| | | android:padding="5dip" |
| | | app:fillColor="@color/mine_top" |
| | | app:pageColor="@android:color/darker_gray" |
| | | app:radius="3dp" /> |
| | | <com.viewpagerindicator.CirclePageIndicator |
| | | android:id="@+id/indicator_recommend" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:layout_gravity="bottom" |
| | | android:padding="5dip" |
| | | app:fillColor="@color/mine_top" |
| | | app:pageColor="@android:color/darker_gray" |
| | | app:radius="3dp" /> |
| | | |
| | | <ImageView |
| | | android:id="@+id/vp_close" |
| | | android:layout_width="41.5dp" |
| | | android:layout_height="15dp" |
| | | android:layout_gravity="right" |
| | | android:layout_margin="4dp" |
| | | android:background="@drawable/ic_close" /> |
| | | <ImageView |
| | | android:id="@+id/vp_close" |
| | | android:layout_width="41.5dp" |
| | | android:layout_height="15dp" |
| | | android:layout_gravity="right" |
| | | android:layout_margin="4dp" |
| | | android:background="@drawable/ic_close" /> |
| | | |
| | | </androidx.cardview.widget.CardView> |
| | | </com.wpc.library.widget.RatioLayout> |
| | | </androidx.cardview.widget.CardView> |
| | | </com.wpc.library.widget.RatioLayout> |
| | | |
| | | |
| | | <com.wpc.library.widget.MyGridView |
| | | android:id="@+id/gv_functions" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:layout_margin="11dp" |
| | | android:background="@drawable/shape_mine_item_bg" |
| | | android:numColumns="3" |
| | | android:paddingTop="30dp" |
| | | android:paddingBottom="30dp" |
| | | android:verticalSpacing="35.5dp"></com.wpc.library.widget.MyGridView> |
| | | |
| | | |
| | | <!--邀请有奖--> |
| | | <View |
| | | android:layout_width="match_parent" |
| | | android:layout_height="10dp" /> |
| | | </LinearLayout> |
| | | </FrameLayout> |
| | | </com.wpc.library.widget.ScListerScrollView> |
| | | |
| | | |
| | | <!--浮动标题栏--> |
| | | <RelativeLayout |
| | | |
| | | android:id="@+id/ll_title_face" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="60dp" |
| | | android:background="@color/theme_bg" |
| | | android:orientation="horizontal" |
| | | android:visibility="visible"> |
| | | |
| | | <LinearLayout |
| | | android:layout_width="match_parent" |
| | | android:layout_height="40dp" |
| | | |
| | | android:layout_alignParentBottom="true" |
| | | android:orientation="vertical"> |
| | | |
| | | |
| | | <View |
| | | android:layout_width="0dp" |
| | | android:layout_height="1px" |
| | | android:layout_weight="7" /> |
| | | |
| | | <TextView |
| | | android:id="@+id/tv_title" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_gravity="center" |
| | | android:gravity="center" |
| | | android:text="我的" |
| | | android:textColor="@color/white" |
| | | android:textSize="18sp" /> |
| | | |
| | | <View |
| | | android:layout_width="0dp" |
| | | android:layout_height="1px" |
| | | android:layout_weight="3" /> |
| | | </LinearLayout> |
| | | |
| | | </RelativeLayout> |
| | | |
| | | </LinearLayout> |
| | | |
| | | <FrameLayout |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content"> |
| | | |
| | | <View |
| | | android:id="@+id/view_mine_end_bg" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="136dp"></View> |
| | | |
| | | <View |
| | | android:layout_width="match_parent" |
| | | android:layout_height="136dp" |
| | | android:layout_marginTop="24dp" |
| | | android:background="@drawable/ic_home_bg_end"></View> |
| | | |
| | | |
| | | </FrameLayout> |
| | | <com.wpc.library.widget.MyGridView |
| | | android:id="@+id/gv_functions" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:layout_margin="11dp" |
| | | android:background="@drawable/shape_mine_item_bg" |
| | | android:numColumns="4" |
| | | android:paddingLeft="10dp" |
| | | android:paddingTop="30dp" |
| | | android:paddingRight="10dp" |
| | | android:paddingBottom="30dp" |
| | | android:verticalSpacing="30dp"></com.wpc.library.widget.MyGridView> |
| | | |
| | | </FrameLayout> |
| | | |
| | | |
| | | </LinearLayout> |