82 lines
2.6 KiB
XML
82 lines
2.6 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<FrameLayout
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="280dp"
|
|
android:layout_height="240dp"
|
|
>
|
|
|
|
<LinearLayout
|
|
android:layout_width="240dp"
|
|
android:layout_height="240dp"
|
|
android:layout_gravity="center"
|
|
android:background="@mipmap/icon_gift_prize_pool_6"
|
|
android:gravity="center_horizontal"
|
|
android:orientation="vertical"
|
|
>
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="68dp"
|
|
android:text="@string/live_gift_prize_pool_1"
|
|
android:textColor="@color/textColor"
|
|
android:textSize="14sp"
|
|
/>
|
|
|
|
<TextView
|
|
android:id="@+id/level"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="8dp"
|
|
android:textColor="@color/yellow4"
|
|
android:textSize="22sp"
|
|
android:textStyle="bold"
|
|
/>
|
|
|
|
<View
|
|
android:layout_width="match_parent"
|
|
android:layout_height="1dp"
|
|
android:layout_marginTop="15dp"
|
|
android:background="@color/gray3"
|
|
android:layout_marginLeft="13dp"
|
|
android:layout_marginRight="13dp"
|
|
/>
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="12dp"
|
|
android:text="@string/live_gift_prize_pool_2"
|
|
android:textColor="@color/textColor"
|
|
android:textSize="14sp"
|
|
/>
|
|
|
|
<TextView
|
|
android:id="@+id/coin"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="3dp"
|
|
android:textColor="@color/yellow4"
|
|
android:textSize="20sp"
|
|
android:textStyle="bold"
|
|
/>
|
|
|
|
<ImageView
|
|
android:layout_width="16dp"
|
|
android:layout_height="16dp"
|
|
android:layout_marginTop="7dp"
|
|
android:src="@mipmap/diamond"
|
|
/>
|
|
</LinearLayout>
|
|
|
|
<ImageView
|
|
android:id="@+id/btn_close"
|
|
android:layout_width="30dp"
|
|
android:layout_height="30dp"
|
|
android:layout_gravity="right"
|
|
android:layout_marginRight="10dp"
|
|
android:layout_marginTop="20dp"
|
|
android:padding="3dp"
|
|
android:src="@mipmap/icon_live_close_3"
|
|
/>
|
|
</FrameLayout> |