2025-12-26 22:01:04 +08:00
|
|
|
<?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"
|
|
|
|
|
android:id="@+id/card"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="wrap_content"
|
2026-02-10 18:26:31 +08:00
|
|
|
android:layout_margin="@dimen/sw_20dp"
|
2025-12-26 22:01:04 +08:00
|
|
|
android:gravity="center_horizontal"
|
|
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
|
|
|
|
<de.hdodenhof.circleimageview.CircleImageView
|
|
|
|
|
android:id="@+id/ivAvatar"
|
2026-02-10 18:26:31 +08:00
|
|
|
android:layout_width="@dimen/sw_112dp"
|
|
|
|
|
android:layout_height="@dimen/sw_112dp"
|
|
|
|
|
android:elevation="@dimen/sw_4dp"
|
2025-12-26 22:01:04 +08:00
|
|
|
android:layout_gravity="center_horizontal"/>
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
2026-02-10 18:26:31 +08:00
|
|
|
android:layout_width="@dimen/sw_301dp"
|
|
|
|
|
android:layout_height="@dimen/sw_358dp"
|
2025-12-26 22:01:04 +08:00
|
|
|
android:background="@drawable/dialog_persona_detail_bg"
|
2026-02-10 18:26:31 +08:00
|
|
|
android:layout_marginTop="@dimen/_sw_56dp"
|
|
|
|
|
android:elevation="@dimen/sw_1dp"
|
2025-12-26 22:01:04 +08:00
|
|
|
android:gravity="center_horizontal"
|
|
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:id="@+id/tvName"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="wrap_content"
|
2026-02-10 18:26:31 +08:00
|
|
|
android:layout_marginTop="@dimen/sw_68dp"
|
2025-12-26 22:01:04 +08:00
|
|
|
android:gravity="center"
|
|
|
|
|
android:text="Loading..."
|
2026-02-10 18:26:31 +08:00
|
|
|
android:textSize="@dimen/sw_16sp"
|
2025-12-26 22:01:04 +08:00
|
|
|
android:textStyle="bold" />
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:id="@+id/download"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="wrap_content"
|
2026-02-10 18:26:31 +08:00
|
|
|
android:layout_marginTop="@dimen/sw_10dp"
|
2025-12-26 22:01:04 +08:00
|
|
|
android:gravity="center"
|
|
|
|
|
android:text="Loading..."
|
|
|
|
|
android:textColor="#02BEAC"
|
2026-02-10 18:26:31 +08:00
|
|
|
android:textSize="@dimen/sw_13sp"/>
|
2025-12-26 22:01:04 +08:00
|
|
|
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
2026-02-10 18:26:31 +08:00
|
|
|
android:layout_width="@dimen/sw_243dp"
|
|
|
|
|
android:layout_height="@dimen/sw_113dp"
|
|
|
|
|
android:layout_marginTop="@dimen/sw_16dp"
|
2025-12-26 22:01:04 +08:00
|
|
|
android:background="@drawable/tv_background_bg"
|
|
|
|
|
android:orientation="vertical"
|
2026-02-10 18:26:31 +08:00
|
|
|
android:paddingStart="@dimen/sw_16dp"
|
|
|
|
|
android:paddingEnd="@dimen/sw_16dp"
|
|
|
|
|
android:paddingTop="@dimen/sw_12dp"
|
|
|
|
|
android:paddingBottom="@dimen/sw_12dp">
|
2025-12-26 22:01:04 +08:00
|
|
|
<TextView
|
|
|
|
|
android:id="@+id/tvBackground"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="wrap_content"
|
2026-02-10 18:26:31 +08:00
|
|
|
android:layout_marginTop="@dimen/sw_10dp"
|
2025-12-26 22:01:04 +08:00
|
|
|
android:text="Loading..."
|
2026-02-10 18:26:31 +08:00
|
|
|
android:textSize="@dimen/sw_14sp"
|
|
|
|
|
android:lineSpacingExtra="@dimen/sw_4dp"
|
2025-12-26 22:01:04 +08:00
|
|
|
android:hyphenationFrequency="normal" />
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:id="@+id/btnAdd"
|
2026-02-10 18:26:31 +08:00
|
|
|
android:layout_width="@dimen/sw_245dp"
|
|
|
|
|
android:layout_height="@dimen/sw_48dp"
|
|
|
|
|
android:layout_marginTop="@dimen/sw_16dp"
|
2025-12-26 22:01:04 +08:00
|
|
|
android:gravity="center"
|
|
|
|
|
android:background="@drawable/keyboard_ettings"
|
|
|
|
|
android:textColor="#ffffff"
|
|
|
|
|
android:text="Loading..." />
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
|
android:id="@+id/btnClose"
|
2026-02-10 18:26:31 +08:00
|
|
|
android:layout_width="@dimen/sw_28dp"
|
|
|
|
|
android:layout_height="@dimen/sw_28dp"
|
|
|
|
|
android:layout_marginTop="@dimen/sw_18dp"
|
2025-12-26 22:01:04 +08:00
|
|
|
android:layout_gravity="center"
|
|
|
|
|
android:src="@drawable/shut" />
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|