2023-06-29 10:15:24 +08:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:animateLayoutChanges="true"
|
|
|
|
android:background="@mipmap/background_red_packet"
|
|
|
|
android:backgroundTintMode="src_over">
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
android:id="@+id/illustrate_close"
|
|
|
|
android:layout_width="19dp"
|
|
|
|
android:layout_height="19dp"
|
|
|
|
android:layout_gravity="end"
|
|
|
|
android:layout_margin="25dp"
|
|
|
|
android:src="@mipmap/meiyan_icon_close" />
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="center_horizontal"
|
|
|
|
android:layout_marginTop="58dp"
|
|
|
|
android:gravity="center_horizontal"
|
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:text="@string/congratulations_on_getting_the_red_envelope"
|
|
|
|
android:textColor="@color/white"
|
|
|
|
android:textSize="18sp"
|
|
|
|
android:textStyle="bold" />
|
|
|
|
|
2023-06-30 16:03:37 +08:00
|
|
|
|
|
|
|
<LinearLayout
|
2023-06-29 10:15:24 +08:00
|
|
|
android:layout_width="wrap_content"
|
2023-06-30 16:03:37 +08:00
|
|
|
android:layout_height="wrap_content">
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
android:id="@+id/gift_layout"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginEnd="31dp"
|
|
|
|
android:gravity="center_horizontal"
|
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/gift_title"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginTop="34dp"
|
|
|
|
android:text="@string/cred_envelope_obtained"
|
|
|
|
android:textColor="@color/white"
|
|
|
|
android:textSize="14sp" />
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
android:id="@+id/gift_image"
|
|
|
|
android:layout_width="75dp"
|
|
|
|
android:layout_height="75dp"
|
|
|
|
android:layout_marginTop="13dp"
|
|
|
|
android:src="@mipmap/hide" />
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
android:id="@+id/golden_layout"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:gravity="center_horizontal"
|
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/golden_name"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginTop="34dp"
|
|
|
|
android:text="@string/cred_envelope_obtained"
|
|
|
|
android:textColor="@color/white"
|
|
|
|
android:textSize="14sp" />
|
2023-06-29 10:15:24 +08:00
|
|
|
|
2023-06-30 16:03:37 +08:00
|
|
|
<ImageView
|
|
|
|
android:id="@+id/golden_icon_beans"
|
|
|
|
android:layout_width="75dp"
|
|
|
|
android:layout_height="75dp"
|
|
|
|
android:layout_marginTop="13dp"
|
|
|
|
android:src="@mipmap/icon_beans" />
|
|
|
|
</LinearLayout>
|
|
|
|
</LinearLayout>
|
2023-06-29 10:15:24 +08:00
|
|
|
|
|
|
|
<TextView
|
2023-06-30 16:03:37 +08:00
|
|
|
android:id="@+id/view_lucky_viewers"
|
2023-06-29 10:15:24 +08:00
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginTop="40dp"
|
|
|
|
android:text="@string/view_lucky_viewers"
|
|
|
|
android:textColor="@color/white"
|
|
|
|
android:textSize="12sp" />
|
|
|
|
|
|
|
|
<Button
|
|
|
|
android:id="@+id/anchor_his_heart"
|
|
|
|
android:layout_width="205dp"
|
|
|
|
android:layout_height="45dp"
|
|
|
|
android:layout_gravity="center_horizontal|bottom"
|
|
|
|
android:layout_marginTop="25dp"
|
|
|
|
android:layout_marginBottom="34dp"
|
|
|
|
android:background="@drawable/background_send_red_packet"
|
|
|
|
android:gravity="center"
|
|
|
|
android:text="@string/anchor_his_heart"
|
|
|
|
android:textColor="#8F3B00"
|
|
|
|
android:textSize="16sp"
|
|
|
|
android:textStyle="bold" />
|
|
|
|
</LinearLayout>
|
|
|
|
</FrameLayout>
|