594 lines
28 KiB
XML
594 lines
28 KiB
XML
|
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
<layout xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||
|
|
xmlns:tools="http://schemas.android.com/tools">
|
||
|
|
|
||
|
|
<androidx.core.widget.NestedScrollView
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="match_parent"
|
||
|
|
android:overScrollMode="never"
|
||
|
|
android:paddingBottom="@dimen/dp_60">
|
||
|
|
|
||
|
|
<androidx.appcompat.widget.LinearLayoutCompat
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="match_parent"
|
||
|
|
android:orientation="vertical">
|
||
|
|
|
||
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content">
|
||
|
|
|
||
|
|
<RelativeLayout
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_marginTop="@dimen/dp_48"
|
||
|
|
android:layout_marginEnd="@dimen/dp_16"
|
||
|
|
android:gravity="center_vertical"
|
||
|
|
android:orientation="horizontal"
|
||
|
|
app:layout_constraintEnd_toEndOf="parent"
|
||
|
|
app:layout_constraintTop_toTopOf="parent">
|
||
|
|
|
||
|
|
<ImageView
|
||
|
|
android:id="@+id/iv_hb"
|
||
|
|
android:layout_width="@dimen/dp_24"
|
||
|
|
android:layout_height="@dimen/dp_24"
|
||
|
|
android:layout_marginRight="@dimen/dp_11"
|
||
|
|
android:src="@mipmap/image_yq" />
|
||
|
|
|
||
|
|
<ImageView
|
||
|
|
android:id="@+id/iv_kf"
|
||
|
|
android:layout_width="@dimen/dp_24"
|
||
|
|
android:layout_height="@dimen/dp_24"
|
||
|
|
android:layout_marginRight="@dimen/dp_11"
|
||
|
|
android:layout_toRightOf="@+id/iv_hb"
|
||
|
|
android:src="@mipmap/custom" />
|
||
|
|
|
||
|
|
<ImageView
|
||
|
|
android:id="@+id/iv_sz"
|
||
|
|
android:layout_width="@dimen/dp_24"
|
||
|
|
android:layout_height="@dimen/dp_24"
|
||
|
|
android:layout_marginRight="@dimen/dp_11"
|
||
|
|
android:layout_toRightOf="@+id/iv_kf"
|
||
|
|
android:src="@mipmap/setting" />
|
||
|
|
|
||
|
|
|
||
|
|
</RelativeLayout>
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:id="@+id/me_linearlayout"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="@dimen/dp_246"
|
||
|
|
android:orientation="vertical"
|
||
|
|
app:layout_constraintEnd_toEndOf="parent"
|
||
|
|
app:layout_constraintStart_toStartOf="parent"
|
||
|
|
app:layout_constraintTop_toTopOf="parent" />
|
||
|
|
|
||
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
||
|
|
android:id="@+id/me_linearlayout2"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="@dimen/dp_68"
|
||
|
|
android:layout_gravity="center"
|
||
|
|
android:layout_marginTop="@dimen/dp_88"
|
||
|
|
android:layout_weight="1"
|
||
|
|
android:gravity="center|left"
|
||
|
|
android:orientation="horizontal"
|
||
|
|
app:layout_constraintStart_toStartOf="parent"
|
||
|
|
app:layout_constraintTop_toTopOf="parent">
|
||
|
|
|
||
|
|
<com.xscm.moduleutil.utils.MeHeadView
|
||
|
|
android:id="@+id/riv_user_head"
|
||
|
|
android:layout_width="@dimen/dp_68"
|
||
|
|
android:layout_height="@dimen/dp_68"
|
||
|
|
android:layout_centerHorizontal="true"
|
||
|
|
android:layout_marginLeft="@dimen/dp_5"
|
||
|
|
app:layout_constraintStart_toStartOf="parent"
|
||
|
|
app:layout_constraintTop_toTopOf="parent"
|
||
|
|
app:riv_oval="true"
|
||
|
|
/>
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:id="@+id/lin"
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:orientation="vertical"
|
||
|
|
app:layout_constraintStart_toEndOf="@+id/riv_user_head"
|
||
|
|
app:layout_constraintTop_toTopOf="parent">
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:id="@+id/tv_nick_name"
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:textColor="#333333"
|
||
|
|
android:textSize="14sp"
|
||
|
|
tools:text="用户22333333" />
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:id="@+id/beautiful_view_copy"
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_marginTop="7dp"
|
||
|
|
android:gravity="center_vertical"
|
||
|
|
android:orientation="horizontal">
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:id="@+id/beautiful_view"
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:textColor="@color/color_666666"
|
||
|
|
android:textSize="13sp"
|
||
|
|
tools:text="22222" />
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:id="@+id/tv_copy"
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_marginLeft="5dp"
|
||
|
|
android:background="@mipmap/copy"
|
||
|
|
android:textColor="@color/color_666666"
|
||
|
|
android:textSize="12sp" />
|
||
|
|
</LinearLayout>
|
||
|
|
<LinearLayout
|
||
|
|
android:id="@+id/ll_image_container"
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:orientation="horizontal"
|
||
|
|
android:layout_marginTop="@dimen/dp_4"
|
||
|
|
>
|
||
|
|
|
||
|
|
<!-- <ImageView-->
|
||
|
|
<!-- android:id="@+id/iv_icon"-->
|
||
|
|
<!-- android:layout_width="@dimen/dp_38"-->
|
||
|
|
<!-- android:layout_height="@dimen/dp_16"-->
|
||
|
|
<!-- android:background="@mipmap/xinr" />-->
|
||
|
|
|
||
|
|
<!-- <TextView-->
|
||
|
|
<!-- android:id="@+id/tv_charm"-->
|
||
|
|
<!-- android:layout_width="@dimen/dp_38"-->
|
||
|
|
<!-- android:layout_height="@dimen/dp_16"-->
|
||
|
|
<!-- android:layout_marginStart="@dimen/dp_5"-->
|
||
|
|
<!-- android:background="@mipmap/dengj" />-->
|
||
|
|
|
||
|
|
<!-- <TextView-->
|
||
|
|
<!-- android:layout_width="@dimen/dp_38"-->
|
||
|
|
<!-- android:layout_height="@dimen/dp_16"-->
|
||
|
|
<!-- android:layout_marginStart="@dimen/dp_5"-->
|
||
|
|
<!-- android:background="@mipmap/renz" />-->
|
||
|
|
|
||
|
|
</LinearLayout>
|
||
|
|
</LinearLayout>
|
||
|
|
<ImageView
|
||
|
|
android:id="@+id/tv_home"
|
||
|
|
android:layout_width="@dimen/dp_60"
|
||
|
|
android:layout_height="@dimen/dp_33"
|
||
|
|
android:src="@mipmap/me_edit"
|
||
|
|
android:layout_marginEnd="@dimen/dp_16"
|
||
|
|
android:scaleType="fitCenter"
|
||
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
||
|
|
app:layout_constraintTop_toTopOf="parent"
|
||
|
|
app:layout_constraintEnd_toEndOf="parent"
|
||
|
|
/>
|
||
|
|
|
||
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
||
|
|
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:id="@+id/me_linearlayout3"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="@dimen/dp_22"
|
||
|
|
android:layout_marginTop="@dimen/dp_16"
|
||
|
|
android:orientation="horizontal"
|
||
|
|
app:layout_constraintEnd_toEndOf="parent"
|
||
|
|
app:layout_constraintStart_toStartOf="parent"
|
||
|
|
app:layout_constraintTop_toBottomOf="@+id/me_linearlayout2">
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:id="@+id/ll_follow"
|
||
|
|
android:layout_width="@dimen/dp_0"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_weight="1"
|
||
|
|
android:gravity="center"
|
||
|
|
android:orientation="horizontal">
|
||
|
|
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="@dimen/dp_17"
|
||
|
|
android:layout_marginTop="@dimen/dp_1"
|
||
|
|
android:text="关注"
|
||
|
|
android:textColor="@color/color_666666"
|
||
|
|
android:textSize="@dimen/sp_12" />
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:id="@+id/tv_follow"
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="@dimen/dp_20"
|
||
|
|
android:layout_marginStart="@dimen/dp_8"
|
||
|
|
android:singleLine="true"
|
||
|
|
android:text="0"
|
||
|
|
android:textColor="@color/color_FF333333"
|
||
|
|
android:textSize="@dimen/sp_16" />
|
||
|
|
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
<View
|
||
|
|
android:layout_width="@dimen/dp_1"
|
||
|
|
android:layout_height="@dimen/dp_18"
|
||
|
|
android:layout_gravity="center_vertical"
|
||
|
|
android:background="@color/white"
|
||
|
|
android:visibility="gone" />
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:id="@+id/ll_fans"
|
||
|
|
android:layout_width="@dimen/dp_0"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_weight="1"
|
||
|
|
android:gravity="center"
|
||
|
|
android:orientation="horizontal">
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="@dimen/dp_17"
|
||
|
|
android:layout_marginTop="@dimen/dp_1"
|
||
|
|
android:text="粉丝"
|
||
|
|
android:textColor="@color/color_666666"
|
||
|
|
android:textSize="@dimen/sp_12" />
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:id="@+id/tv_fans"
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_marginStart="@dimen/dp_8"
|
||
|
|
android:singleLine="true"
|
||
|
|
android:text="0"
|
||
|
|
android:textColor="@color/color_FF333333"
|
||
|
|
android:textSize="@dimen/sp_16" />
|
||
|
|
|
||
|
|
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
<View
|
||
|
|
android:layout_width="@dimen/dp_1"
|
||
|
|
android:layout_height="@dimen/dp_18"
|
||
|
|
android:layout_gravity="center_vertical"
|
||
|
|
android:background="@color/white"
|
||
|
|
android:visibility="gone" />
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:id="@+id/ll_friends"
|
||
|
|
android:layout_width="@dimen/dp_0"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_weight="1"
|
||
|
|
android:gravity="center"
|
||
|
|
android:orientation="horizontal"
|
||
|
|
android:visibility="visible">
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_marginTop="@dimen/dp_1"
|
||
|
|
android:text="访客"
|
||
|
|
android:textColor="@color/color_666666"
|
||
|
|
android:textSize="@dimen/sp_12" />
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:id="@+id/tv_friends"
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_marginStart="@dimen/dp_8"
|
||
|
|
android:singleLine="true"
|
||
|
|
android:text="0"
|
||
|
|
android:textColor="@color/color_FF333333"
|
||
|
|
android:textSize="@dimen/sp_16" />
|
||
|
|
|
||
|
|
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
<View
|
||
|
|
android:layout_width="@dimen/dp_1"
|
||
|
|
android:layout_height="@dimen/dp_18"
|
||
|
|
android:layout_gravity="center_vertical"
|
||
|
|
android:background="@color/white"
|
||
|
|
android:visibility="gone" />
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:id="@+id/ll_visit"
|
||
|
|
android:layout_width="@dimen/dp_0"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_weight="1"
|
||
|
|
android:gravity="center"
|
||
|
|
android:orientation="horizontal"
|
||
|
|
android:visibility="invisible">
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:id="@+id/tv_visit"
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:singleLine="true"
|
||
|
|
android:text="0"
|
||
|
|
android:textColor="@color/color_FF333333"
|
||
|
|
android:textSize="@dimen/sp_20" />
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_marginTop="@dimen/dp_1"
|
||
|
|
android:text="访客"
|
||
|
|
android:textColor="@color/color_666666"
|
||
|
|
android:textSize="@dimen/sp_12" />
|
||
|
|
</LinearLayout>
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
|
||
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
||
|
|
|
||
|
|
<!-- <androidx.cardview.widget.CardView-->
|
||
|
|
<!-- android:layout_width="match_parent"-->
|
||
|
|
<!-- android:layout_height="wrap_content"-->
|
||
|
|
<!-- android:layout_gravity="bottom"-->
|
||
|
|
<!-- android:layout_marginLeft="@dimen/dp_12"-->
|
||
|
|
<!-- android:layout_marginTop="-46dp"-->
|
||
|
|
<!-- android:layout_marginRight="@dimen/dp_12"-->
|
||
|
|
<!-- app:cardCornerRadius="10dp"-->
|
||
|
|
<!-- app:layout_constraintBottom_toBottomOf="parent"-->
|
||
|
|
<!-- app:layout_constraintTop_toBottomOf="@+id/me_linearlayout3"-->
|
||
|
|
<!-- tools:layout_editor_absoluteX="13dp">-->
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:gravity="center_vertical"
|
||
|
|
android:layout_marginTop="-50dp"
|
||
|
|
android:layout_marginStart="@dimen/dp_16"
|
||
|
|
android:layout_marginEnd="@dimen/dp_16">
|
||
|
|
|
||
|
|
<ImageView
|
||
|
|
android:id="@+id/im_my_room"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="@dimen/dp_67"
|
||
|
|
android:src="@mipmap/me_wallet_icon" />
|
||
|
|
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
<androidx.cardview.widget.CardView
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_gravity="bottom"
|
||
|
|
android:layout_margin="@dimen/dp_12"
|
||
|
|
app:cardCornerRadius="10dp"
|
||
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
||
|
|
app:layout_constraintTop_toBottomOf="@+id/me_linearlayout3"
|
||
|
|
tools:layout_editor_absoluteX="13dp">
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:orientation="vertical"
|
||
|
|
android:padding="@dimen/dp_13">
|
||
|
|
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:gravity="center_vertical"
|
||
|
|
android:orientation="horizontal">
|
||
|
|
|
||
|
|
<ImageView
|
||
|
|
android:id="@+id/iv"
|
||
|
|
android:layout_width="3dp"
|
||
|
|
android:layout_height="15dp"
|
||
|
|
android:layout_centerVertical="true"
|
||
|
|
android:src="#85D0FD"
|
||
|
|
android:visibility="gone" />
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_marginLeft="@dimen/dp_3"
|
||
|
|
android:text="更多服务"
|
||
|
|
android:textColor="@color/color_FF333333"
|
||
|
|
android:textSize="@dimen/sp_16" />
|
||
|
|
|
||
|
|
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_marginTop="@dimen/dp_12"
|
||
|
|
android:orientation="horizontal">
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:id="@+id/tv_my_wallet"
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_height="@dimen/dp_44"
|
||
|
|
android:layout_gravity="bottom"
|
||
|
|
android:layout_weight="1"
|
||
|
|
android:gravity="center"
|
||
|
|
android:orientation="vertical">
|
||
|
|
|
||
|
|
<ImageView
|
||
|
|
android:layout_width="@dimen/dp_20"
|
||
|
|
android:layout_height="@dimen/dp_20"
|
||
|
|
android:src="@mipmap/me_wallet" />
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="@dimen/dp_17"
|
||
|
|
android:layout_marginTop="@dimen/dp_3"
|
||
|
|
android:text="@string/wallet"
|
||
|
|
android:textColor="@color/color_FF333333"
|
||
|
|
android:textSize="@dimen/sp_12" />
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:id="@+id/me_my_dan"
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_height="@dimen/dp_44"
|
||
|
|
android:layout_gravity="bottom"
|
||
|
|
android:layout_weight="1"
|
||
|
|
android:gravity="center"
|
||
|
|
android:orientation="vertical">
|
||
|
|
|
||
|
|
<ImageView
|
||
|
|
android:layout_width="@dimen/dp_20"
|
||
|
|
android:layout_height="@dimen/dp_20"
|
||
|
|
android:src="@mipmap/my_dan" />
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="@dimen/dp_17"
|
||
|
|
android:layout_marginTop="@dimen/dp_3"
|
||
|
|
android:text="@string/dan"
|
||
|
|
android:textColor="@color/color_FF333333"
|
||
|
|
android:textSize="@dimen/sp_12" />
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:id="@+id/me_my_guild"
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_height="@dimen/dp_44"
|
||
|
|
android:layout_gravity="bottom"
|
||
|
|
android:layout_weight="1"
|
||
|
|
android:gravity="center"
|
||
|
|
android:orientation="vertical"
|
||
|
|
android:visibility="visible">
|
||
|
|
|
||
|
|
<ImageView
|
||
|
|
android:layout_width="@dimen/dp_20"
|
||
|
|
android:layout_height="@dimen/dp_20"
|
||
|
|
android:src="@mipmap/me_union_icon"
|
||
|
|
|
||
|
|
/>
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="@dimen/dp_17"
|
||
|
|
android:layout_marginTop="@dimen/dp_3"
|
||
|
|
android:text="@string/guild"
|
||
|
|
android:textColor="@color/color_FF333333"
|
||
|
|
android:textSize="@dimen/sp_12" />
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:id="@+id/me_dress_up"
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_height="@dimen/dp_44"
|
||
|
|
android:layout_gravity="bottom"
|
||
|
|
android:layout_weight="1"
|
||
|
|
android:gravity="center"
|
||
|
|
android:orientation="vertical"
|
||
|
|
android:visibility="visible">
|
||
|
|
|
||
|
|
<ImageView
|
||
|
|
android:layout_width="@dimen/dp_20"
|
||
|
|
android:layout_height="@dimen/dp_20"
|
||
|
|
android:src="@mipmap/personality" />
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="@dimen/dp_17"
|
||
|
|
android:layout_marginTop="@dimen/dp_3"
|
||
|
|
android:text="@string/dressup"
|
||
|
|
android:textColor="@color/color_FF333333"
|
||
|
|
android:textSize="@dimen/sp_12" />
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_marginTop="@dimen/dp_15"
|
||
|
|
android:orientation="horizontal">
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:id="@+id/tv_my_shopping"
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_height="@dimen/dp_44"
|
||
|
|
android:layout_gravity="bottom"
|
||
|
|
android:layout_weight="1"
|
||
|
|
android:gravity="center"
|
||
|
|
android:orientation="vertical">
|
||
|
|
|
||
|
|
<ImageView
|
||
|
|
android:layout_width="@dimen/dp_20"
|
||
|
|
android:layout_height="@dimen/dp_20"
|
||
|
|
android:src="@mipmap/me_show_store" />
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="@dimen/dp_17"
|
||
|
|
android:layout_marginTop="@dimen/dp_3"
|
||
|
|
android:text="@string/shopping"
|
||
|
|
android:textColor="@color/color_FF333333"
|
||
|
|
android:textSize="@dimen/sp_12" />
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:id="@+id/tv_my_bb"
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_height="@dimen/dp_44"
|
||
|
|
android:layout_gravity="bottom"
|
||
|
|
android:layout_weight="1"
|
||
|
|
android:gravity="center"
|
||
|
|
android:orientation="vertical">
|
||
|
|
|
||
|
|
<ImageView
|
||
|
|
android:layout_width="@dimen/dp_20"
|
||
|
|
android:layout_height="@dimen/dp_20"
|
||
|
|
android:src="@mipmap/me_my_bag" />
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="@dimen/dp_17"
|
||
|
|
android:layout_marginTop="@dimen/dp_3"
|
||
|
|
android:text="@string/backpack"
|
||
|
|
android:textColor="@color/color_FF333333"
|
||
|
|
android:textSize="@dimen/sp_12" />
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:id="@+id/me_daily"
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_height="@dimen/dp_44"
|
||
|
|
android:layout_gravity="bottom"
|
||
|
|
android:layout_weight="1"
|
||
|
|
android:gravity="center"
|
||
|
|
android:orientation="vertical">
|
||
|
|
|
||
|
|
<ImageView
|
||
|
|
android:layout_width="@dimen/dp_20"
|
||
|
|
android:layout_height="@dimen/dp_20"
|
||
|
|
android:src="@mipmap/me_test" />
|
||
|
|
|
||
|
|
<TextView
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="@dimen/dp_17"
|
||
|
|
android:layout_marginTop="@dimen/dp_3"
|
||
|
|
android:text="@string/daily"
|
||
|
|
android:textColor="@color/color_FF333333"
|
||
|
|
android:textSize="@dimen/sp_12" />
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
|
||
|
|
android:layout_width="0dp"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:layout_gravity="bottom"
|
||
|
|
android:layout_weight="1"
|
||
|
|
android:gravity="center"
|
||
|
|
android:orientation="vertical">
|
||
|
|
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
</LinearLayout>
|
||
|
|
|
||
|
|
</androidx.cardview.widget.CardView>
|
||
|
|
|
||
|
|
</androidx.appcompat.widget.LinearLayoutCompat>
|
||
|
|
</androidx.core.widget.NestedScrollView>
|
||
|
|
</layout>
|