2022-11-07 16:48:16 +08:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
2023-10-11 13:39:31 +08:00
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
2022-11-07 16:48:16 +08:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content">
|
|
|
|
|
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
2022-11-08 11:38:20 +08:00
|
|
|
android:layout_marginTop="52dp"
|
2022-11-07 16:48:16 +08:00
|
|
|
android:background="@drawable/bg_live_user">
|
|
|
|
|
2022-11-10 11:17:04 +08:00
|
|
|
<ImageView
|
|
|
|
android:id="@+id/title_bg"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="93dp"
|
|
|
|
android:visibility="visible"
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
app:layout_constraintTop_toTopOf="parent" />
|
2022-11-07 16:48:16 +08:00
|
|
|
|
2023-07-18 13:48:37 +08:00
|
|
|
<LinearLayout
|
2022-11-07 16:48:16 +08:00
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginTop="14dp"
|
|
|
|
android:layout_marginEnd="14dp"
|
2023-07-18 13:48:37 +08:00
|
|
|
android:gravity="end"
|
|
|
|
android:orientation="vertical"
|
2022-11-07 16:48:16 +08:00
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
2023-07-18 13:48:37 +08:00
|
|
|
app:layout_constraintTop_toTopOf="parent">
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/btn_report"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:gravity="center"
|
|
|
|
android:text="@string/report"
|
|
|
|
android:textColor="#B1B1B1"
|
|
|
|
android:visibility="visible" />
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/ai_te"
|
|
|
|
android:layout_width="41dp"
|
|
|
|
android:layout_height="25dp"
|
|
|
|
android:layout_marginTop="10dp"
|
|
|
|
android:background="@drawable/background_fc6945"
|
|
|
|
android:gravity="center"
|
|
|
|
android:text="\@TA"
|
|
|
|
android:textColor="@color/white"
|
|
|
|
android:visibility="visible" />
|
|
|
|
</LinearLayout>
|
|
|
|
|
2022-11-07 16:48:16 +08:00
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
android:id="@+id/btn_guard"
|
|
|
|
android:layout_width="88dp"
|
|
|
|
android:layout_height="23dp"
|
2023-10-11 13:39:31 +08:00
|
|
|
android:layout_marginStart="25dp"
|
2022-11-07 16:48:16 +08:00
|
|
|
android:layout_marginTop="14dp"
|
|
|
|
android:background="@drawable/bg_user_card_guard"
|
|
|
|
android:gravity="center"
|
|
|
|
android:orientation="horizontal"
|
2022-11-08 13:17:35 +08:00
|
|
|
android:visibility="invisible"
|
2022-11-07 16:48:16 +08:00
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
app:layout_constraintTop_toTopOf="parent">
|
|
|
|
|
|
|
|
<TextView
|
2022-11-08 13:17:35 +08:00
|
|
|
android:id="@+id/guard_val"
|
2022-11-07 16:48:16 +08:00
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginStart="1dp"
|
|
|
|
android:text="@string/user_card_guard"
|
|
|
|
android:textColor="#FFFFFF"
|
2023-08-09 11:01:28 +08:00
|
|
|
android:textSize="10sp" />
|
2022-11-07 16:48:16 +08:00
|
|
|
|
|
|
|
<ImageView
|
|
|
|
android:id="@+id/imageView4"
|
|
|
|
android:layout_width="10dp"
|
|
|
|
android:layout_height="10dp"
|
|
|
|
app:srcCompat="@mipmap/icon_arrow_right_3" />
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
2022-11-12 15:48:45 +08:00
|
|
|
<ImageView
|
|
|
|
android:id="@+id/btn_setting"
|
2022-11-17 14:23:06 +08:00
|
|
|
android:layout_width="20dp"
|
|
|
|
android:layout_height="20dp"
|
|
|
|
android:layout_marginTop="14dp"
|
2022-11-16 18:28:12 +08:00
|
|
|
android:layout_marginEnd="14dp"
|
2022-11-17 14:23:06 +08:00
|
|
|
android:src="@mipmap/icon_live_usercard_setting"
|
|
|
|
android:visibility="gone"
|
2023-10-11 13:39:31 +08:00
|
|
|
app:layout_constraintTop_toTopOf="parent"
|
|
|
|
tools:ignore="MissingConstraints" />
|
2022-11-07 16:48:16 +08:00
|
|
|
|
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
|
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
android:id="@+id/shawl"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content" />
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:gravity="center_horizontal"
|
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
|
|
<RelativeLayout
|
|
|
|
android:layout_width="83dp"
|
|
|
|
android:layout_height="83dp">
|
|
|
|
|
|
|
|
<RelativeLayout
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:gravity="center">
|
|
|
|
|
|
|
|
<com.makeramen.roundedimageview.RoundedImageView
|
|
|
|
android:id="@+id/avatar"
|
|
|
|
android:layout_width="63dp"
|
|
|
|
android:layout_height="63dp"
|
|
|
|
android:layout_centerInParent="true"
|
|
|
|
android:layout_marginBottom="10dp"
|
|
|
|
android:scaleType="centerCrop"
|
|
|
|
app:riv_oval="true" />
|
|
|
|
|
|
|
|
<com.opensource.svgaplayer.SVGAImageView
|
|
|
|
android:id="@+id/gift_svga"
|
|
|
|
android:layout_width="82dp"
|
|
|
|
android:layout_height="82dp"
|
|
|
|
android:layout_centerInParent="true"
|
|
|
|
android:scaleType="centerCrop"
|
|
|
|
app:autoPlay="true" />
|
|
|
|
|
|
|
|
|
|
|
|
</RelativeLayout>
|
|
|
|
|
|
|
|
<pl.droidsonroids.gif.GifImageView
|
|
|
|
android:id="@+id/btn_live"
|
|
|
|
android:layout_width="70dp"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_alignParentBottom="true"
|
|
|
|
android:layout_centerHorizontal="true"
|
|
|
|
android:adjustViewBounds="true"
|
|
|
|
android:src="@mipmap/icon_user_home_living"
|
|
|
|
android:visibility="visible" />
|
|
|
|
|
|
|
|
</RelativeLayout>
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
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/name"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:ellipsize="end"
|
|
|
|
android:singleLine="true"
|
|
|
|
android:textColor="@color/textColor"
|
|
|
|
android:textSize="16sp"
|
|
|
|
android:textStyle="bold" />
|
|
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="17dp"
|
2023-07-18 13:48:37 +08:00
|
|
|
android:layout_gravity="center"
|
2022-11-07 16:48:16 +08:00
|
|
|
android:layout_marginTop="13dp"
|
2022-11-10 11:17:04 +08:00
|
|
|
android:gravity="center"
|
2022-11-07 16:48:16 +08:00
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
android:id="@+id/good_nub_ico"
|
|
|
|
android:layout_width="18dp"
|
|
|
|
android:layout_height="15dp"
|
|
|
|
android:layout_marginRight="6dp"
|
2022-11-14 13:57:28 +08:00
|
|
|
android:src="@mipmap/usercard_good_nub"
|
2022-11-07 16:48:16 +08:00
|
|
|
android:visibility="visible" />
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
android:id="@+id/user_card_id"
|
|
|
|
android:layout_width="18dp"
|
|
|
|
android:layout_height="15dp"
|
|
|
|
android:layout_marginRight="6dp"
|
|
|
|
android:src="@mipmap/user_card_id"
|
|
|
|
android:visibility="visible" />
|
|
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/id_val"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="match_parent"
|
2022-11-07 17:39:52 +08:00
|
|
|
android:textColor="#B1B1B1"
|
2022-11-07 16:48:16 +08:00
|
|
|
android:textSize="13sp" />
|
|
|
|
|
|
|
|
<View
|
|
|
|
android:layout_width="1dp"
|
|
|
|
android:layout_height="25dp"
|
|
|
|
android:layout_gravity="center_vertical"
|
|
|
|
android:layout_marginLeft="8dp"
|
|
|
|
android:layout_marginRight="8dp"
|
|
|
|
android:background="#B1B1B1"
|
|
|
|
android:visibility="visible" />
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/fans_val"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="match_parent"
|
2022-11-07 17:39:52 +08:00
|
|
|
android:textColor="#B1B1B1"
|
2022-11-07 16:48:16 +08:00
|
|
|
android:textSize="13sp" />
|
|
|
|
|
|
|
|
<View
|
|
|
|
android:layout_width="1dp"
|
|
|
|
android:layout_height="25dp"
|
|
|
|
android:layout_gravity="center_vertical"
|
|
|
|
android:layout_marginLeft="8dp"
|
|
|
|
android:layout_marginRight="8dp"
|
|
|
|
android:background="#B1B1B1"
|
|
|
|
android:visibility="visible" />
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/praise_val"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="match_parent"
|
2022-11-07 17:39:52 +08:00
|
|
|
android:textColor="#B1B1B1"
|
2022-11-07 16:48:16 +08:00
|
|
|
android:textSize="13sp" />
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
android:layout_width="wrap_content"
|
2022-11-23 16:33:39 +08:00
|
|
|
android:layout_height="17.5dp"
|
2022-11-07 16:48:16 +08:00
|
|
|
android:layout_marginTop="15dp"
|
|
|
|
android:gravity="center"
|
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
android:id="@+id/sex"
|
|
|
|
android:layout_width="27dp"
|
2022-11-23 16:33:39 +08:00
|
|
|
android:layout_height="match_parent"
|
2022-11-07 16:48:16 +08:00
|
|
|
android:layout_marginLeft="4dp" />
|
|
|
|
|
2022-11-18 14:42:12 +08:00
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
2022-11-07 16:48:16 +08:00
|
|
|
android:layout_width="46.5dp"
|
2022-11-23 16:33:39 +08:00
|
|
|
android:layout_height="match_parent"
|
2022-11-07 16:48:16 +08:00
|
|
|
android:layout_gravity="center"
|
2023-07-18 13:48:37 +08:00
|
|
|
android:layout_marginStart="6dp"
|
|
|
|
android:orientation="horizontal">
|
2022-11-18 14:42:12 +08:00
|
|
|
|
|
|
|
<ImageView
|
|
|
|
android:id="@+id/user_card_lv_icon"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:layout_gravity="center"
|
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
app:layout_constraintTop_toTopOf="parent" />
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/user_card_lv_val"
|
|
|
|
android:layout_width="match_parent"
|
2022-11-23 16:33:39 +08:00
|
|
|
android:layout_height="match_parent"
|
2022-11-18 14:42:12 +08:00
|
|
|
android:layout_gravity="center"
|
|
|
|
android:layout_marginStart="5dp"
|
|
|
|
android:gravity="center"
|
|
|
|
android:textColor="#FFFFFF"
|
|
|
|
android:textSize="12sp"
|
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
app:layout_constraintTop_toTopOf="parent" />
|
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
|
|
2022-11-07 16:48:16 +08:00
|
|
|
|
2022-11-09 11:00:49 +08:00
|
|
|
<LinearLayout
|
|
|
|
android:id="@+id/btn_union"
|
2022-11-23 16:33:39 +08:00
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="match_parent"
|
2022-11-09 11:00:49 +08:00
|
|
|
android:layout_marginStart="6dp"
|
|
|
|
android:background="@drawable/bg_user_card_guard"
|
|
|
|
android:gravity="center"
|
|
|
|
android:orientation="horizontal"
|
2022-11-23 16:33:39 +08:00
|
|
|
android:visibility="gone">
|
2022-11-09 11:00:49 +08:00
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/union_val"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
2022-11-23 16:33:39 +08:00
|
|
|
android:layout_marginStart="10dp"
|
|
|
|
android:layout_marginEnd="10dp"
|
|
|
|
android:gravity="center"
|
2022-11-09 11:00:49 +08:00
|
|
|
android:text="@string/user_card_guard"
|
|
|
|
android:textColor="#FFFFFF"
|
2022-11-23 16:33:39 +08:00
|
|
|
android:textSize="9sp" />
|
2022-11-09 11:00:49 +08:00
|
|
|
</LinearLayout>
|
2022-11-07 16:48:16 +08:00
|
|
|
|
|
|
|
<ImageView
|
|
|
|
android:id="@+id/user_card_noble"
|
2022-11-23 16:33:39 +08:00
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="match_parent"
|
2022-11-07 16:48:16 +08:00
|
|
|
android:layout_marginStart="6dp"
|
|
|
|
android:src="@mipmap/emperor_rom" />
|
|
|
|
</LinearLayout>
|
2023-07-18 13:48:37 +08:00
|
|
|
|
2022-11-18 15:14:32 +08:00
|
|
|
<LinearLayout
|
2022-11-07 16:48:16 +08:00
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginTop="15dp"
|
2022-11-18 15:14:32 +08:00
|
|
|
android:layout_marginBottom="15dp">
|
2023-07-18 13:48:37 +08:00
|
|
|
|
2022-11-18 15:14:32 +08:00
|
|
|
<ImageView
|
|
|
|
android:layout_width="17dp"
|
2023-07-18 13:48:37 +08:00
|
|
|
android:layout_height="14dp"
|
2022-11-18 15:14:32 +08:00
|
|
|
android:layout_gravity="top"
|
2023-07-18 13:48:37 +08:00
|
|
|
android:src="@mipmap/icon_user_card_t1" />
|
|
|
|
|
2022-11-18 15:14:32 +08:00
|
|
|
<TextView
|
|
|
|
android:id="@+id/sign"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
2023-09-16 10:53:08 +08:00
|
|
|
android:text="@string/live_user_dialog_tips"
|
2022-11-18 15:14:32 +08:00
|
|
|
android:textColor="#B1B1B1"
|
|
|
|
android:textSize="14sp" />
|
2023-07-18 13:48:37 +08:00
|
|
|
|
2022-11-18 15:14:32 +08:00
|
|
|
<ImageView
|
|
|
|
android:layout_width="17dp"
|
2023-07-18 13:48:37 +08:00
|
|
|
android:layout_height="14dp"
|
2022-11-18 15:14:32 +08:00
|
|
|
android:layout_gravity="bottom"
|
2023-07-18 13:48:37 +08:00
|
|
|
android:src="@mipmap/icon_user_card_t2" />
|
2022-11-18 15:14:32 +08:00
|
|
|
</LinearLayout>
|
2022-11-07 16:48:16 +08:00
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginBottom="15dp"
|
|
|
|
android:gravity="center"
|
|
|
|
android:orientation="horizontal"
|
|
|
|
android:visibility="gone">
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
android:id="@+id/medal_ico1"
|
|
|
|
android:layout_width="35dp"
|
|
|
|
android:layout_height="35dp" />
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
android:id="@+id/ry_view"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:orientation="horizontal"
|
|
|
|
android:visibility="visible">
|
|
|
|
|
|
|
|
<View
|
|
|
|
android:id="@+id/no_gz"
|
|
|
|
android:layout_width="1dp"
|
|
|
|
android:layout_height="25dp"
|
|
|
|
android:layout_gravity="center_vertical"
|
|
|
|
android:layout_marginLeft="8dp"
|
|
|
|
android:layout_marginRight="8dp"
|
|
|
|
android:background="#B1B1B1"
|
|
|
|
android:visibility="visible" />
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
android:id="@+id/ry_ico1"
|
|
|
|
android:layout_width="35dp"
|
|
|
|
android:layout_height="35dp"
|
|
|
|
android:layout_marginLeft="8dp"
|
|
|
|
android:visibility="visible" />
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
android:id="@+id/ry_ico2"
|
|
|
|
android:layout_width="35dp"
|
|
|
|
android:layout_height="35dp"
|
|
|
|
android:layout_marginLeft="8dp"
|
|
|
|
android:visibility="visible" />
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
android:id="@+id/ry_ico3"
|
|
|
|
android:layout_width="35dp"
|
|
|
|
android:layout_height="35dp"
|
|
|
|
android:layout_marginLeft="8dp"
|
|
|
|
android:visibility="visible" />
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
android:id="@+id/ry_ico4"
|
|
|
|
android:layout_width="35dp"
|
|
|
|
android:layout_height="35dp"
|
|
|
|
android:layout_marginLeft="8dp"
|
|
|
|
android:visibility="visible" />
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
<LinearLayout
|
2023-07-31 18:25:32 +08:00
|
|
|
android:layout_width="match_parent"
|
2022-11-07 16:48:16 +08:00
|
|
|
android:layout_height="wrap_content"
|
2022-11-18 15:14:32 +08:00
|
|
|
android:layout_marginTop="0dp"
|
2022-11-07 16:48:16 +08:00
|
|
|
android:visibility="visible">
|
|
|
|
|
|
|
|
<LinearLayout
|
2022-11-10 11:17:04 +08:00
|
|
|
android:id="@+id/user_level_layout"
|
2023-07-31 18:25:32 +08:00
|
|
|
android:layout_width="0dp"
|
|
|
|
android:layout_height="55dp"
|
|
|
|
android:layout_marginStart="8dp"
|
|
|
|
android:layout_weight="1"
|
2022-11-07 16:48:16 +08:00
|
|
|
android:background="@drawable/bg_user_card_lv"
|
2023-07-31 18:25:32 +08:00
|
|
|
android:gravity="center_vertical">
|
2022-11-07 16:48:16 +08:00
|
|
|
|
|
|
|
<ImageView
|
|
|
|
android:id="@+id/live_icon"
|
2023-07-31 18:25:32 +08:00
|
|
|
android:layout_width="24dp"
|
|
|
|
android:layout_height="24dp"
|
|
|
|
android:layout_marginEnd="5dp"
|
|
|
|
android:layout_marginStart="2dp"
|
2022-11-10 11:17:04 +08:00
|
|
|
android:src="@mipmap/icon_chat_face"
|
|
|
|
android:visibility="visible" />
|
2022-11-07 16:48:16 +08:00
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/lv_desc"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:text="@string/live_user_level_anchor"
|
|
|
|
android:textColor="#FFFFFF"
|
2023-07-31 18:25:32 +08:00
|
|
|
android:textSize="11sp" />
|
2022-11-07 16:48:16 +08:00
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/lv_val"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:text="Lv.0"
|
|
|
|
android:textColor="#FFFFFF"
|
2023-07-31 18:25:32 +08:00
|
|
|
android:textSize="9sp" />
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
android:id="@+id/gift_wall"
|
|
|
|
android:layout_width="0dp"
|
|
|
|
android:layout_height="55dp"
|
|
|
|
android:layout_marginStart="8dp"
|
|
|
|
android:layout_weight="1"
|
|
|
|
android:background="@drawable/bg_user_card_lv"
|
|
|
|
android:gravity="center_vertical">
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
android:id="@+id/icon_gift_wall"
|
|
|
|
android:layout_width="24dp"
|
|
|
|
android:layout_height="24dp"
|
|
|
|
android:layout_marginEnd="5dp"
|
|
|
|
android:layout_marginStart="2dp"
|
|
|
|
android:src="@mipmap/icon_chat_face"
|
|
|
|
android:visibility="visible" />
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/text_gift_wall"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:text="@string/live_user_level_anchor"
|
|
|
|
android:textColor="#FFFFFF"
|
|
|
|
android:textSize="11sp" />
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/value_gift_wall"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:text="Lv.0"
|
|
|
|
android:textColor="#FFFFFF"
|
|
|
|
android:textSize="9sp" />
|
2022-11-07 16:48:16 +08:00
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
<LinearLayout
|
2022-11-10 11:17:04 +08:00
|
|
|
android:id="@+id/noble_icon_layout"
|
2023-07-31 18:25:32 +08:00
|
|
|
android:layout_width="0dp"
|
|
|
|
android:layout_height="55dp"
|
|
|
|
android:layout_marginStart="8dp"
|
|
|
|
android:layout_marginEnd="8dp"
|
|
|
|
android:layout_weight="1"
|
2022-11-10 11:17:04 +08:00
|
|
|
android:background="@mipmap/img_aristocrat_notopen"
|
2023-07-31 18:25:32 +08:00
|
|
|
android:gravity="center_vertical">
|
2022-11-07 16:48:16 +08:00
|
|
|
|
|
|
|
<ImageView
|
2022-11-08 16:50:37 +08:00
|
|
|
android:id="@+id/noble_icon"
|
2023-07-31 18:25:32 +08:00
|
|
|
android:layout_width="24dp"
|
|
|
|
android:layout_height="24dp"
|
|
|
|
android:layout_marginEnd="5dp"
|
2023-09-20 18:26:59 +08:00
|
|
|
android:layout_marginStart="7dp"
|
2022-11-10 11:17:04 +08:00
|
|
|
android:src="@mipmap/img_fans_default"
|
|
|
|
android:visibility="invisible" />
|
2022-11-07 16:48:16 +08:00
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
2023-09-20 18:26:59 +08:00
|
|
|
android:layout_marginEnd="2dp"
|
|
|
|
android:layout_marginStart="5dp"
|
2022-11-07 16:48:16 +08:00
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
|
|
<TextView
|
2022-11-10 11:17:04 +08:00
|
|
|
android:id="@+id/noble_title_val"
|
2022-11-07 16:48:16 +08:00
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:text="@string/live_noble_level_anchor"
|
|
|
|
android:textColor="#FFFFFF"
|
2023-07-31 18:25:32 +08:00
|
|
|
android:textSize="11sp" />
|
2022-11-07 16:48:16 +08:00
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/noble_val"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:text="Lv.0"
|
|
|
|
android:textColor="#FFFFFF"
|
2023-07-31 18:25:32 +08:00
|
|
|
android:textSize="9sp" />
|
2022-11-07 16:48:16 +08:00
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
<LinearLayout
|
2022-11-10 11:17:04 +08:00
|
|
|
android:id="@+id/honor_layout"
|
2023-07-31 18:25:32 +08:00
|
|
|
android:layout_width="0dp"
|
|
|
|
android:layout_height="55dp"
|
|
|
|
android:layout_marginEnd="8dp"
|
|
|
|
android:layout_weight="1"
|
2022-11-07 16:48:16 +08:00
|
|
|
android:background="@drawable/bg_user_card_honor"
|
2023-07-31 18:25:32 +08:00
|
|
|
android:gravity="center_vertical">
|
2022-11-07 16:48:16 +08:00
|
|
|
|
|
|
|
<ImageView
|
2022-11-08 16:50:37 +08:00
|
|
|
android:id="@+id/honor_icon"
|
2023-07-31 18:25:32 +08:00
|
|
|
android:layout_width="24dp"
|
|
|
|
android:layout_height="24dp"
|
|
|
|
android:layout_marginEnd="5dp"
|
|
|
|
android:layout_marginStart="2dp"
|
2022-11-10 11:17:04 +08:00
|
|
|
android:src="@mipmap/img_honor_default"
|
|
|
|
android:visibility="visible" />
|
2022-11-07 16:48:16 +08:00
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:text="@string/live_honor_number_anchor"
|
|
|
|
android:textColor="#FFFFFF"
|
2023-07-31 18:25:32 +08:00
|
|
|
android:textSize="11sp" />
|
2022-11-07 16:48:16 +08:00
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/honor_val"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:text="0"
|
|
|
|
android:textColor="#FFFFFF"
|
2023-07-31 18:25:32 +08:00
|
|
|
android:textSize="9sp" />
|
2022-11-07 16:48:16 +08:00
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
|
|
<FrameLayout
|
|
|
|
android:id="@+id/bottom_container"
|
|
|
|
android:layout_width="match_parent"
|
2022-11-10 11:17:04 +08:00
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginTop="13dp" />
|
2022-11-07 16:48:16 +08:00
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
|
|
</FrameLayout>
|