119 lines
4.1 KiB
XML
119 lines
4.1 KiB
XML
|
|
<?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
|
||
|
|
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
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:src="@mipmap/zero_bg_item_sub1"
|
||
|
|
/>
|
||
|
|
</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
|
||
|
|
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
|
||
|
|
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
|
||
|
|
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
|
||
|
|
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>
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|