2024-10-28 08:54:24 +08:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<layout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
xmlns:tools="http://schemas.android.com/tools">
|
|
|
|
|
|
|
|
<data>
|
|
|
|
|
2024-11-06 14:20:04 +08:00
|
|
|
<variable
|
|
|
|
name="model"
|
|
|
|
type="com.tenlionsoft.aimz_k.viewmodel.MineViewModel" />
|
2024-10-28 08:54:24 +08:00
|
|
|
</data>
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:orientation="vertical"
|
|
|
|
tools:context=".page.fragments.MineFragment">
|
|
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="140dp"
|
|
|
|
android:background="@color/white"
|
|
|
|
android:gravity="center_vertical"
|
|
|
|
android:orientation="horizontal"
|
|
|
|
android:padding="20dp">
|
|
|
|
|
|
|
|
<ImageView
|
2024-11-06 14:20:04 +08:00
|
|
|
android:id="@+id/iv_user_icon"
|
2024-10-28 08:54:24 +08:00
|
|
|
android:layout_width="64dp"
|
|
|
|
android:layout_height="64dp"
|
|
|
|
android:src="@drawable/ic_load_error" />
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginLeft="15dp"
|
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
|
|
<TextView
|
2024-11-06 14:20:04 +08:00
|
|
|
android:id="@+id/tv_name"
|
2024-10-28 08:54:24 +08:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:text="名称"
|
|
|
|
android:textColor="@color/txt_black"
|
|
|
|
android:textSize="20sp" />
|
|
|
|
|
|
|
|
<TextView
|
2024-11-06 14:20:04 +08:00
|
|
|
android:id="@+id/tv_account"
|
2024-10-28 08:54:24 +08:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginTop="5dp"
|
|
|
|
android:drawableRight="@drawable/ic_arrow_d7_right"
|
|
|
|
android:text="账号"
|
|
|
|
android:textColor="#ff7d7d7d"
|
|
|
|
android:textSize="16sp" />
|
|
|
|
</LinearLayout>
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginTop="20dp"
|
|
|
|
android:background="@color/white"
|
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
|
|
<LinearLayout
|
2024-11-06 14:20:04 +08:00
|
|
|
android:id="@+id/ll_setting"
|
2024-10-28 08:54:24 +08:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:gravity="center_vertical"
|
|
|
|
android:orientation="horizontal"
|
|
|
|
android:padding="15dp">
|
|
|
|
|
|
|
|
<ImageView
|
2024-11-06 14:20:04 +08:00
|
|
|
android:layout_width="28dp"
|
|
|
|
android:layout_height="28dp"
|
2024-10-28 08:54:24 +08:00
|
|
|
android:scaleType="fitXY"
|
|
|
|
android:src="@drawable/ic_setting_gear" />
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginLeft="10dp"
|
|
|
|
android:text="设置"
|
|
|
|
android:textColor="@color/txt_black"
|
2024-11-06 14:20:04 +08:00
|
|
|
android:textSize="14sp" />
|
2024-10-28 08:54:24 +08:00
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
<View
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="1dp"
|
|
|
|
android:layout_marginLeft="15dp"
|
|
|
|
android:layout_marginRight="15dp"
|
|
|
|
android:background="@color/theme_bg_color" />
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:gravity="center_vertical"
|
|
|
|
android:orientation="horizontal"
|
|
|
|
android:padding="15dp">
|
|
|
|
|
|
|
|
<ImageView
|
2024-11-06 14:20:04 +08:00
|
|
|
android:layout_width="28dp"
|
|
|
|
android:layout_height="28dp"
|
2024-10-28 08:54:24 +08:00
|
|
|
android:scaleType="fitXY"
|
|
|
|
android:src="@drawable/ic_exit_blue" />
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginLeft="10dp"
|
|
|
|
android:text="退出登录"
|
|
|
|
android:textColor="@color/txt_black"
|
2024-11-06 14:20:04 +08:00
|
|
|
android:textSize="14sp" />
|
2024-10-28 08:54:24 +08:00
|
|
|
</LinearLayout>
|
|
|
|
</LinearLayout>
|
|
|
|
</LinearLayout>
|
|
|
|
</layout>
|