2025-12-08 10:51:37 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:orientation="vertical"
|
|
|
|
|
android:gravity="center_horizontal"
|
|
|
|
|
android:background="@mipmap/zero_bg_item">
|
|
|
|
|
<androidx.appcompat.widget.AppCompatTextView
|
2025-12-08 11:24:56 +00:00
|
|
|
android:id="@+id/tv_title"
|
2025-12-08 10:51:37 +00:00
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_marginTop="4.5dp"
|
|
|
|
|
android:textColor="@color/red_1b"
|
|
|
|
|
android:textSize="15sp"
|
|
|
|
|
android:text="@string/zero_buy_title"
|
|
|
|
|
/>
|
|
|
|
|
|
|
|
|
|
<FrameLayout
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_marginTop="7.5dp">
|
|
|
|
|
<androidx.appcompat.widget.AppCompatImageView
|
2025-12-08 11:24:56 +00:00
|
|
|
android:id="@+id/iv_bg_type"
|
2025-12-08 10:51:37 +00:00
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:src="@mipmap/zero_bg_item_sub1"
|
|
|
|
|
/>
|
2025-12-08 11:24:56 +00:00
|
|
|
|
|
|
|
|
<androidx.appcompat.widget.AppCompatTextView
|
|
|
|
|
android:id="@+id/tv_reward_cash_num"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_marginTop="4.5dp"
|
|
|
|
|
android:textColor="@color/white"
|
|
|
|
|
android:textStyle="bold"
|
|
|
|
|
android:textSize="10sp"
|
|
|
|
|
android:text="@string/cash"
|
|
|
|
|
android:layout_gravity="bottom"
|
|
|
|
|
android:layout_marginLeft="5dp"
|
|
|
|
|
android:layout_marginBottom="3dp"
|
|
|
|
|
/>
|
|
|
|
|
|
2025-12-08 10:51:37 +00:00
|
|
|
</FrameLayout>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<androidx.appcompat.widget.AppCompatTextView
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_marginTop="4.5dp"
|
|
|
|
|
android:textColor="@color/gray9"
|
|
|
|
|
android:textSize="10sp"
|
|
|
|
|
android:text="@string/sorte"
|
|
|
|
|
/>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_marginTop="0.5dp"
|
|
|
|
|
android:orientation="horizontal">
|
|
|
|
|
<androidx.appcompat.widget.AppCompatTextView
|
2025-12-08 11:24:56 +00:00
|
|
|
android:id="@+id/tv_joined_num"
|
2025-12-08 10:51:37 +00:00
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_marginTop="4.5dp"
|
|
|
|
|
android:textColor="@color/red_28"
|
|
|
|
|
android:textSize="13sp"
|
|
|
|
|
android:textStyle="bold"
|
|
|
|
|
android:text="0"
|
|
|
|
|
/>
|
|
|
|
|
|
|
|
|
|
<androidx.appcompat.widget.AppCompatTextView
|
2025-12-08 11:24:56 +00:00
|
|
|
android:id="@+id/tv_people_total"
|
2025-12-08 10:51:37 +00:00
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_marginTop="4.5dp"
|
|
|
|
|
android:textColor="@color/gray3"
|
|
|
|
|
android:textSize="13sp"
|
|
|
|
|
android:textStyle="bold"
|
|
|
|
|
android:text="/10"
|
|
|
|
|
/>
|
|
|
|
|
|
|
|
|
|
<androidx.appcompat.widget.AppCompatTextView
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_marginTop="4.5dp"
|
|
|
|
|
android:textColor="@color/gray3"
|
|
|
|
|
android:layout_marginStart="5dp"
|
|
|
|
|
android:textSize="13sp"
|
|
|
|
|
android:text="@string/pessoas"
|
|
|
|
|
/>
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
<FrameLayout
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_marginTop="5dp">
|
|
|
|
|
<androidx.appcompat.widget.AppCompatImageView
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:src="@mipmap/zero_bg_but"
|
|
|
|
|
/>
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:orientation="vertical"
|
|
|
|
|
android:gravity="center"
|
|
|
|
|
android:layout_gravity="center_horizontal">
|
|
|
|
|
<androidx.appcompat.widget.AppCompatTextView
|
2025-12-08 11:24:56 +00:00
|
|
|
android:id="@+id/tv_participate_state"
|
2025-12-08 10:51:37 +00:00
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:textColor="@color/white"
|
|
|
|
|
android:layout_marginStart="5dp"
|
|
|
|
|
android:textSize="14sp"
|
|
|
|
|
android:text="@string/participar"
|
|
|
|
|
/>
|
|
|
|
|
|
|
|
|
|
<androidx.appcompat.widget.AppCompatTextView
|
2025-12-08 11:24:56 +00:00
|
|
|
android:id="@+id/tv_join_gold_num"
|
2025-12-08 10:51:37 +00:00
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:textColor="@color/white"
|
|
|
|
|
android:layout_marginStart="5dp"
|
|
|
|
|
android:gravity="center_vertical"
|
|
|
|
|
android:textSize="10sp"
|
|
|
|
|
android:text="0"
|
|
|
|
|
android:drawableStart="@mipmap/icon_gold_ss"
|
|
|
|
|
android:drawablePadding="3dp"
|
|
|
|
|
/>
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
</FrameLayout>
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|