650 lines
31 KiB
XML
650 lines
31 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout 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"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:background="#EEF0F7"
|
|
android:orientation="vertical">
|
|
|
|
<androidx.core.widget.NestedScrollView
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:overScrollMode="never"
|
|
android:background="#F2F2F2"
|
|
android:scrollbars="none">
|
|
|
|
<RelativeLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:orientation="vertical">
|
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
|
android:id="@+id/cl_root"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
tools:context=".main.mine.MineInfoActivity">
|
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="@dimen/dp_59"
|
|
app:layout_constraintLeft_toLeftOf="parent"
|
|
app:layout_constraintRight_toRightOf="parent"
|
|
app:layout_constraintTop_toTopOf="parent"
|
|
tools:ignore="MissingConstraints">
|
|
|
|
<com.netease.yunxin.kit.common.ui.widgets.ContactAvatarView
|
|
android:id="@+id/cavIcon"
|
|
android:layout_width="@dimen/dp_68"
|
|
android:layout_height="@dimen/dp_68"
|
|
android:layout_marginStart="15dp"
|
|
app:avatarCorner="@dimen/dp_34"
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
app:layout_constraintTop_toTopOf="parent" />
|
|
|
|
<LinearLayout
|
|
android:layout_width="0dp"
|
|
android:layout_height="0dp"
|
|
android:orientation="vertical"
|
|
app:layout_constraintBottom_toBottomOf="@id/cavIcon"
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
app:layout_constraintStart_toEndOf="@id/cavIcon"
|
|
app:layout_constraintTop_toTopOf="@id/cavIcon">
|
|
|
|
<LinearLayout
|
|
android:id="@+id/layout_user_ly"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:layout_weight="1"
|
|
android:gravity="center_vertical"
|
|
android:orientation="horizontal">
|
|
|
|
<TextView
|
|
android:id="@+id/tvName"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="@dimen/dp_48"
|
|
android:layout_marginStart="@dimen/dp_15"
|
|
android:layout_weight="1"
|
|
android:background="@color/transparent"
|
|
android:gravity="center_vertical"
|
|
android:singleLine="true"
|
|
android:textColor="#2C2C2C"
|
|
android:textSize="@dimen/sp_20"
|
|
app:layout_constraintEnd_toStartOf="@id/ivRightArrow"
|
|
app:layout_constraintStart_toEndOf="@id/cavIcon"
|
|
app:layout_constraintTop_toTopOf="@id/cavIcon"
|
|
tools:ignore="SpUsage"
|
|
tools:text="1111111111111111" />
|
|
|
|
<ImageView
|
|
android:id="@+id/ivRightArrow"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginEnd="@dimen/dp_15"
|
|
android:scaleType="centerInside"
|
|
android:src="@mipmap/ic_frame_mine_right_arrow"
|
|
app:layout_constraintBottom_toBottomOf="@id/cavIcon"
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
app:layout_constraintTop_toTopOf="@id/cavIcon" />
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:id="@+id/layout_action_ly"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:layout_weight="1"
|
|
android:gravity="center_vertical"
|
|
android:orientation="horizontal"
|
|
android:visibility="visible">
|
|
|
|
<ImageView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="@dimen/dp_15"
|
|
android:src="@mipmap/level_img"
|
|
android:visibility="gone" />
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="1"
|
|
android:textColor="#ffc6ffc5"
|
|
android:textSize="13sp"
|
|
android:visibility="gone" />
|
|
|
|
<View
|
|
android:layout_width="1dp"
|
|
android:layout_height="10dp"
|
|
android:layout_marginLeft="12dp"
|
|
android:layout_marginRight="@dimen/dp_12"
|
|
android:background="#49CCDEFE"
|
|
android:visibility="gone" />
|
|
|
|
<ImageView
|
|
android:id="@+id/iv_merchant"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginStart="@dimen/dimen_10_dp"
|
|
android:src="@mipmap/shangjia_img"
|
|
android:visibility="gone" />
|
|
|
|
<View
|
|
android:layout_width="match_parent"
|
|
android:layout_height="10dp"
|
|
android:layout_weight="1" />
|
|
|
|
<TextView
|
|
android:id="@+id/to_merchant_tv"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginEnd="@dimen/dp_15"
|
|
android:layout_marginRight="@dimen/dp_10"
|
|
android:background="@drawable/index_user_bg2"
|
|
android:gravity="center"
|
|
android:paddingLeft="@dimen/dp_10"
|
|
android:paddingTop="@dimen/dp_3"
|
|
android:paddingRight="@dimen/dp_10"
|
|
android:paddingBottom="@dimen/dp_3"
|
|
android:text="@string/shanghuguanli_txt"
|
|
android:textColor="#ffffffff"
|
|
android:textSize="14sp"
|
|
android:visibility="gone" />
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
|
<View
|
|
android:id="@+id/userInfoClick"
|
|
android:layout_width="0dp"
|
|
android:layout_height="0dp"
|
|
app:layout_constraintBottom_toBottomOf="@id/cavIcon"
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
app:layout_constraintStart_toEndOf="@id/cavIcon"
|
|
app:layout_constraintTop_toTopOf="@id/cavIcon" />
|
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="203dp"
|
|
android:visibility="visible"
|
|
app:layout_constraintLeft_toLeftOf="parent"
|
|
app:layout_constraintRight_toRightOf="parent"
|
|
app:layout_constraintTop_toTopOf="parent">
|
|
|
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="vertical"
|
|
android:layout_below="@id/cl_root">
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:background="@color/white"
|
|
android:orientation="vertical">
|
|
|
|
<!-- <TextView-->
|
|
<!-- android:layout_width="wrap_content"-->
|
|
<!-- android:layout_height="40dp"-->
|
|
<!-- android:layout_marginLeft="@dimen/dp_15"-->
|
|
<!-- android:gravity="center_vertical"-->
|
|
<!-- android:text="@string/user_info_title"-->
|
|
<!-- android:textColor="@color/color_666666"-->
|
|
<!-- android:textSize="12sp" />-->
|
|
|
|
<!-- <View-->
|
|
<!-- android:layout_width="match_parent"-->
|
|
<!-- android:layout_height="1px"-->
|
|
<!-- android:layout_marginLeft="@dimen/dp_15"-->
|
|
<!-- android:layout_marginRight="@dimen/dp_15"-->
|
|
<!-- android:background="#D8D8D8" />-->
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:gravity="center_vertical"
|
|
android:orientation="vertical">
|
|
|
|
<LinearLayout
|
|
android:id="@+id/safe_ll"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="@dimen/dp_57"
|
|
android:gravity="center_vertical"
|
|
android:orientation="vertical"
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
tools:ignore="SpUsage">
|
|
|
|
<Button
|
|
android:id="@+id/safe_tv"
|
|
style="@style/settings_item_bg_group_full_2019"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:drawablePadding="@dimen/dp_15"
|
|
android:gravity="center_vertical"
|
|
android:text="@string/account_and_security_txt"
|
|
android:textColor="@color/color_2c2c2c"
|
|
android:textSize="@dimen/sp_16"
|
|
app:drawableLeftCompat="@mipmap/icon_safa"
|
|
app:drawableRightCompat="@drawable/ic_frame_mine_right_arrow" />
|
|
|
|
</LinearLayout>
|
|
|
|
<View
|
|
android:layout_width="match_parent"
|
|
android:layout_height="1px"
|
|
android:layout_marginLeft="@dimen/dp_15"
|
|
android:layout_marginRight="@dimen/dp_15"
|
|
android:background="#D8D8D8" />
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="@dimen/dp_57"
|
|
android:gravity="center_vertical"
|
|
android:orientation="horizontal">
|
|
|
|
<Button
|
|
android:id="@+id/pay_setting_tv"
|
|
style="@style/settings_item_bg_group_full_20191"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:drawablePadding="@dimen/dp_15"
|
|
android:gravity="center_vertical"
|
|
android:text="@string/pay_setting_txt"
|
|
android:textColor="@color/color_2c2c2c"
|
|
android:textSize="@dimen/sp_16"
|
|
app:drawableLeftCompat="@mipmap/wallet_pay_setting_img"
|
|
app:drawableRightCompat="@drawable/ic_frame_mine_right_arrow" />
|
|
</LinearLayout>
|
|
|
|
<View
|
|
android:layout_width="match_parent"
|
|
android:layout_height="1px"
|
|
android:layout_marginLeft="@dimen/dp_15"
|
|
android:layout_marginRight="@dimen/dp_15"
|
|
android:visibility="gone"
|
|
android:background="#D8D8D8" />
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="@dimen/dp_57"
|
|
android:gravity="center_vertical"
|
|
android:orientation="horizontal"
|
|
android:visibility="gone">
|
|
|
|
<Button
|
|
android:id="@+id/myphoto_tv"
|
|
style="@style/settings_item_bg_group_full_20191"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:drawablePadding="@dimen/dp_15"
|
|
android:gravity="center_vertical"
|
|
android:text="@string/myphoto_txt"
|
|
android:textColor="@color/color_333333"
|
|
android:textSize="@dimen/sp_16"
|
|
app:drawableLeftCompat="@mipmap/ic_info_myphoto"
|
|
app:drawableRightCompat="@drawable/ic_frame_mine_right_arrow" />
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="@dimen/dp_12"
|
|
android:background="@color/white"
|
|
android:orientation="vertical">
|
|
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:gravity="center_vertical"
|
|
android:orientation="vertical">
|
|
|
|
<LinearLayout
|
|
android:id="@+id/new_message_ll"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="@dimen/dp_57"
|
|
android:gravity="center_vertical"
|
|
android:orientation="vertical"
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
tools:ignore="SpUsage">
|
|
|
|
<Button
|
|
android:id="@+id/new_message_tv"
|
|
style="@style/settings_item_bg_group_full_2019"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:drawablePadding="@dimen/dp_15"
|
|
android:gravity="center_vertical"
|
|
android:text="@string/setting_notify_info"
|
|
android:textColor="@color/color_2c2c2c"
|
|
android:textSize="@dimen/sp_16"
|
|
app:drawableLeftCompat="@mipmap/icon_tongzhi"
|
|
app:drawableRightCompat="@drawable/ic_frame_mine_right_arrow" />
|
|
|
|
</LinearLayout>
|
|
|
|
<View
|
|
android:layout_width="match_parent"
|
|
android:layout_height="1px"
|
|
android:layout_marginLeft="@dimen/dp_15"
|
|
android:layout_marginRight="@dimen/dp_15"
|
|
android:background="#D8D8D8" />
|
|
|
|
<LinearLayout
|
|
android:id="@+id/friend_ll"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="@dimen/dp_57"
|
|
android:gravity="center_vertical"
|
|
android:orientation="vertical"
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
tools:ignore="SpUsage">
|
|
|
|
<Button
|
|
android:id="@+id/friend_tv"
|
|
style="@style/settings_item_bg_group_full_20191"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
|
|
android:drawablePadding="@dimen/dp_15"
|
|
android:gravity="center_vertical"
|
|
android:text="@string/black_list_txt"
|
|
android:textColor="@color/color_2c2c2c"
|
|
android:textSize="@dimen/sp_16"
|
|
app:drawableLeftCompat="@mipmap/icon_friend_quanxian"
|
|
app:drawableRightCompat="@drawable/ic_frame_mine_right_arrow" />
|
|
|
|
</LinearLayout>
|
|
<!-- android:text="@string/haoyouquanxian_txt"-->
|
|
|
|
<View
|
|
android:layout_width="match_parent"
|
|
android:layout_height="1px"
|
|
android:layout_marginLeft="@dimen/dp_15"
|
|
android:layout_marginRight="@dimen/dp_15"
|
|
android:visibility="gone"
|
|
android:background="#D8D8D8" />
|
|
|
|
<LinearLayout
|
|
android:id="@+id/yuyan_ll"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="@dimen/dp_57"
|
|
android:gravity="center_vertical"
|
|
android:orientation="horizontal"
|
|
android:visibility="gone"
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
tools:ignore="SpUsage">
|
|
|
|
<Button
|
|
android:id="@+id/yuyan_tv"
|
|
style="@style/settings_item_bg_group_full_20191"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:layout_weight="1"
|
|
android:drawablePadding="@dimen/dp_15"
|
|
android:gravity="center_vertical"
|
|
android:text="@string/yuyanzhongxin_txt"
|
|
android:textColor="@color/color_333333"
|
|
android:textSize="@dimen/sp_14"
|
|
app:drawableLeftCompat="@mipmap/icon_laulgen" />
|
|
|
|
<TextView
|
|
android:id="@+id/yuyan_desc_tv"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="match_parent"
|
|
android:layout_marginLeft="@dimen/dp_15"
|
|
android:layout_marginRight="@dimen/dp_15"
|
|
android:gravity="center_vertical"
|
|
android:text="@string/jtzw_txt"
|
|
android:textColor="@color/color_999999"
|
|
android:textSize="@dimen/sp_12"
|
|
app:drawableRightCompat="@drawable/ic_frame_mine_right_arrow" />
|
|
|
|
</LinearLayout>
|
|
<View
|
|
android:layout_width="match_parent"
|
|
android:layout_height="1px"
|
|
android:layout_marginLeft="@dimen/dp_15"
|
|
android:layout_marginRight="@dimen/dp_15"
|
|
android:background="#D8D8D8" />
|
|
|
|
<LinearLayout
|
|
android:id="@+id/version_ll"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="@dimen/dp_57"
|
|
android:gravity="center_vertical"
|
|
android:orientation="horizontal"
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
tools:ignore="SpUsage">
|
|
|
|
<Button
|
|
android:id="@+id/version_tv"
|
|
style="@style/settings_item_bg_group_full_20191"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:layout_weight="1"
|
|
android:drawablePadding="@dimen/dp_15"
|
|
android:gravity="center_vertical"
|
|
android:text="@string/now_version_txt"
|
|
android:textColor="@color/color_2c2c2c"
|
|
android:textSize="@dimen/sp_16"
|
|
app:drawableLeftCompat="@mipmap/icon_dangqian_left" />
|
|
|
|
<TextView
|
|
android:id="@+id/version_desc_tv"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="match_parent"
|
|
android:layout_marginLeft="@dimen/dp_15"
|
|
android:layout_marginRight="@dimen/dp_15"
|
|
android:gravity="center_vertical"
|
|
android:text="v1.0.0"
|
|
android:textColor="@color/color_999999"
|
|
android:textSize="@dimen/sp_14"
|
|
app:drawableRightCompat="@drawable/ic_frame_mine_right_arrow" />
|
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:visibility="gone"
|
|
android:layout_marginLeft="@dimen/dp_15"
|
|
android:layout_marginTop="@dimen/dp_12"
|
|
android:layout_marginRight="@dimen/dp_15"
|
|
android:background="@drawable/index_user_bg"
|
|
android:orientation="vertical">
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="40dp"
|
|
android:layout_marginLeft="@dimen/dp_15"
|
|
android:gravity="center_vertical"
|
|
android:text="@string/app_info_txt"
|
|
android:textColor="@color/color_666666"
|
|
android:textSize="12sp" />
|
|
|
|
<View
|
|
android:layout_width="match_parent"
|
|
android:layout_height="1px"
|
|
android:layout_marginLeft="@dimen/dp_15"
|
|
android:layout_marginRight="@dimen/dp_15"
|
|
android:background="#D8D8D8" />
|
|
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:gravity="center_vertical"
|
|
android:orientation="vertical">
|
|
|
|
<LinearLayout
|
|
android:id="@+id/private_ll"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="@dimen/dp_57"
|
|
android:gravity="center_vertical"
|
|
android:visibility="gone"
|
|
android:orientation="vertical"
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
tools:ignore="SpUsage">
|
|
|
|
<Button
|
|
android:id="@+id/private_tv"
|
|
style="@style/settings_item_bg_group_full_2019"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
|
|
android:drawablePadding="@dimen/dp_15"
|
|
android:gravity="center_vertical"
|
|
android:text="@string/yinsizhengche_txt"
|
|
android:textColor="@color/color_333333"
|
|
android:textSize="@dimen/sp_14"
|
|
app:drawableLeftCompat="@mipmap/icon_yszc_left"
|
|
app:drawableRightCompat="@drawable/ic_frame_mine_right_arrow" />
|
|
|
|
</LinearLayout>
|
|
|
|
<View
|
|
android:layout_width="match_parent"
|
|
android:layout_height="1px"
|
|
android:visibility="gone"
|
|
android:layout_marginLeft="@dimen/dp_15"
|
|
android:layout_marginRight="@dimen/dp_15"
|
|
android:background="#D8D8D8" />
|
|
|
|
<LinearLayout
|
|
android:id="@+id/help_ll"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="@dimen/dp_57"
|
|
android:gravity="center_vertical"
|
|
android:orientation="vertical"
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
tools:ignore="SpUsage">
|
|
|
|
<Button
|
|
android:id="@+id/help_tv"
|
|
style="@style/settings_item_bg_group_full_2019"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
|
|
android:drawablePadding="@dimen/dp_15"
|
|
android:gravity="center_vertical"
|
|
android:text="@string/help_center_txt"
|
|
android:textColor="@color/color_333333"
|
|
android:textSize="@dimen/sp_14"
|
|
app:drawableLeftCompat="@mipmap/icon_bangzhu_left"
|
|
app:drawableRightCompat="@drawable/ic_frame_mine_right_arrow" />
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="@dimen/dp_16"
|
|
android:layout_marginBottom="@dimen/dp_16"
|
|
android:background="@color/white"
|
|
android:orientation="vertical">
|
|
|
|
<TextView
|
|
android:id="@+id/tvLogout"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="@dimen/dp_62"
|
|
android:gravity="center"
|
|
android:singleLine="true"
|
|
android:text="@string/tab_mine_logout"
|
|
android:textColor="@color/color_ff2b2b"
|
|
android:textSize="@dimen/sp_16"
|
|
tools:ignore="NotSibling,SpUsage" />
|
|
</LinearLayout>
|
|
|
|
|
|
<View
|
|
android:layout_width="match_parent"
|
|
android:layout_height="20dp" />
|
|
</LinearLayout>
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="60dp"
|
|
android:layout_marginLeft="@dimen/dp_15"
|
|
android:layout_marginRight="@dimen/dp_15"
|
|
android:layout_alignBottom="@id/cl_root"
|
|
android:layout_marginBottom="-4dp"
|
|
android:background="@mipmap/index_user_bg1"
|
|
android:orientation="horizontal">
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:layout_weight="1"
|
|
android:orientation="horizontal">
|
|
|
|
<LinearLayout
|
|
android:id="@+id/yinbi_tv1"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:layout_weight="1"
|
|
android:gravity="center_vertical"
|
|
android:orientation="horizontal"
|
|
android:paddingStart="12dp">
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:drawablePadding="@dimen/dp_5"
|
|
android:textStyle="bold"
|
|
android:text="我的钱包"
|
|
android:textColor="#FFE396"
|
|
android:textSize="14sp" />
|
|
</LinearLayout>
|
|
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:layout_weight="1"
|
|
android:orientation="horizontal">
|
|
|
|
<TextView
|
|
android:id="@+id/yinbi_tv"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:layout_marginEnd="12dp"
|
|
android:layout_weight="1"
|
|
android:autoSizeMaxTextSize="21sp"
|
|
android:autoSizeMinTextSize="16sp"
|
|
android:autoSizeTextType="uniform"
|
|
android:drawableRight="@mipmap/index_wallet_next_img"
|
|
android:drawablePadding="10dp"
|
|
android:drawableTint="#FFFFFF"
|
|
android:ellipsize="end"
|
|
android:gravity="center_vertical|right"
|
|
android:lines="1"
|
|
android:textColor="#F3F3F3"
|
|
android:textStyle="bold"
|
|
tools:text="8888" />
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
</RelativeLayout>
|
|
</androidx.core.widget.NestedScrollView>
|
|
</LinearLayout>
|