2022-07-25 16:06:39 +08:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<RelativeLayout
|
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
2022-07-27 20:44:55 +08:00
|
|
|
android:paddingLeft="53dp"
|
|
|
|
android:paddingRight="53dp">
|
2022-07-25 16:06:39 +08:00
|
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
android:layout_width="match_parent"
|
2022-07-26 10:01:19 +08:00
|
|
|
android:layout_height="500dp"
|
|
|
|
android:background="@mipmap/live_new_tip"
|
2022-07-25 16:06:39 +08:00
|
|
|
android:gravity="center_horizontal"
|
2022-07-26 10:01:19 +08:00
|
|
|
android:orientation="vertical">
|
2022-07-25 16:06:39 +08:00
|
|
|
|
|
|
|
<TextView
|
2022-07-27 20:44:55 +08:00
|
|
|
android:layout_marginTop="210dp"
|
|
|
|
android:layout_width="wrap_content"
|
2022-07-25 16:06:39 +08:00
|
|
|
android:layout_height="wrap_content"
|
2022-07-26 10:01:19 +08:00
|
|
|
android:text="@string/welcome_pdlive"
|
|
|
|
android:layout_gravity="center"
|
|
|
|
android:gravity="center"
|
|
|
|
android:textColor="#fff7b55a"
|
|
|
|
android:textSize="12sp"
|
2022-07-25 16:06:39 +08:00
|
|
|
/>
|
|
|
|
|
|
|
|
|
|
|
|
<TextView
|
2022-07-27 11:21:34 +08:00
|
|
|
android:layout_width="wrap_content"
|
2022-07-25 16:06:39 +08:00
|
|
|
android:layout_height="wrap_content"
|
2022-07-26 10:01:19 +08:00
|
|
|
android:text="@string/newcomer"
|
|
|
|
android:textColor="#ff1a1a1a"
|
|
|
|
android:layout_gravity="center"
|
|
|
|
android:textStyle="bold"
|
|
|
|
android:gravity="center"
|
2022-07-27 20:44:55 +08:00
|
|
|
android:textSize="20sp"
|
|
|
|
android:layout_marginTop="5dp"/>
|
2022-07-25 16:06:39 +08:00
|
|
|
|
|
|
|
<RelativeLayout android:id="@+id/btn_rose"
|
|
|
|
android:layout_width="match_parent"
|
2022-07-27 11:21:34 +08:00
|
|
|
android:layout_height="70dp"
|
2022-07-26 10:01:19 +08:00
|
|
|
android:layout_marginLeft="22dp"
|
|
|
|
android:layout_marginRight="22dp"
|
|
|
|
android:background="@mipmap/freegift_box">
|
2022-07-25 16:06:39 +08:00
|
|
|
|
2022-07-26 10:01:19 +08:00
|
|
|
<TextView
|
2022-07-25 16:06:39 +08:00
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
2022-07-27 20:44:55 +08:00
|
|
|
android:text="@string/one_free"
|
2022-07-26 10:01:19 +08:00
|
|
|
android:textColor="#ffffffff"
|
2022-07-27 20:44:55 +08:00
|
|
|
android:textSize="15sp"
|
2022-07-26 10:01:19 +08:00
|
|
|
android:textStyle="bold"
|
2022-07-27 20:44:55 +08:00
|
|
|
android:paddingLeft="40dp"
|
2022-07-25 16:06:39 +08:00
|
|
|
android:layout_centerVertical="true"
|
2022-07-26 10:01:19 +08:00
|
|
|
android:layout_centerHorizontal="true"
|
|
|
|
/>
|
2022-07-25 16:06:39 +08:00
|
|
|
|
2022-07-26 10:01:19 +08:00
|
|
|
</RelativeLayout>
|
2022-07-25 16:06:39 +08:00
|
|
|
|
|
|
|
|
2022-07-26 10:01:19 +08:00
|
|
|
<LinearLayout
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:orientation="horizontal">
|
2022-07-25 16:06:39 +08:00
|
|
|
|
2022-07-26 10:01:19 +08:00
|
|
|
<RelativeLayout android:id="@+id/aa"
|
|
|
|
android:layout_width="match_parent"
|
2022-07-27 11:21:34 +08:00
|
|
|
android:layout_height="50dp"
|
2022-07-26 10:01:19 +08:00
|
|
|
android:layout_weight="1"
|
|
|
|
android:layout_marginLeft="22dp"
|
2022-07-27 11:21:34 +08:00
|
|
|
android:layout_marginRight="5dp"
|
2022-07-26 10:01:19 +08:00
|
|
|
android:background="@mipmap/jindou_box">
|
2022-07-25 16:06:39 +08:00
|
|
|
|
2022-07-26 10:01:19 +08:00
|
|
|
<LinearLayout
|
2022-07-25 16:06:39 +08:00
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
2022-07-26 10:01:19 +08:00
|
|
|
android:layout_centerHorizontal="true"
|
|
|
|
android:layout_centerVertical="true"
|
|
|
|
android:orientation="vertical">
|
2022-07-25 16:06:39 +08:00
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:layout_width="wrap_content"
|
2022-07-26 10:01:19 +08:00
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:text="@string/golden_bean"
|
|
|
|
android:textColor="#ffffffff"
|
|
|
|
android:textSize="13sp"
|
|
|
|
android:textStyle="bold"
|
|
|
|
android:layout_centerVertical="true"
|
|
|
|
android:layout_centerHorizontal="true"
|
2022-07-25 16:06:39 +08:00
|
|
|
/>
|
|
|
|
|
2022-07-27 11:21:34 +08:00
|
|
|
<TextView android:id="@+id/gold"
|
2022-07-25 16:06:39 +08:00
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
2022-07-27 11:21:34 +08:00
|
|
|
android:text="0"
|
2022-07-27 20:44:55 +08:00
|
|
|
android:textStyle="bold"
|
2022-07-26 10:01:19 +08:00
|
|
|
android:textColor="#fffff69f"
|
2022-07-25 16:06:39 +08:00
|
|
|
android:textSize="12sp"
|
|
|
|
/>
|
2022-07-26 10:01:19 +08:00
|
|
|
</LinearLayout>
|
2022-07-25 16:06:39 +08:00
|
|
|
|
2022-07-26 10:01:19 +08:00
|
|
|
</RelativeLayout>
|
2022-07-25 16:06:39 +08:00
|
|
|
|
2022-07-26 10:01:19 +08:00
|
|
|
<RelativeLayout android:id="@+id/aa1"
|
|
|
|
android:layout_width="match_parent"
|
2022-07-27 11:21:34 +08:00
|
|
|
android:layout_height="50dp"
|
2022-07-26 10:01:19 +08:00
|
|
|
android:layout_weight="1"
|
2022-07-27 11:21:34 +08:00
|
|
|
android:layout_marginLeft="5dp"
|
2022-07-26 10:01:19 +08:00
|
|
|
android:layout_marginRight="22dp"
|
|
|
|
android:background="@mipmap/exp_box">
|
2022-07-25 16:06:39 +08:00
|
|
|
|
2022-07-26 10:01:19 +08:00
|
|
|
<LinearLayout
|
2022-07-25 16:06:39 +08:00
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
2022-07-26 10:01:19 +08:00
|
|
|
android:layout_centerHorizontal="true"
|
|
|
|
android:layout_centerVertical="true"
|
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:text="@string/exp"
|
|
|
|
android:textColor="#ffffffff"
|
|
|
|
android:textSize="13sp"
|
|
|
|
android:textStyle="bold"
|
|
|
|
android:layout_centerVertical="true"
|
|
|
|
android:layout_centerHorizontal="true"
|
|
|
|
/>
|
|
|
|
|
2022-07-27 11:21:34 +08:00
|
|
|
<TextView android:id="@+id/exp"
|
2022-07-26 10:01:19 +08:00
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
2022-07-27 11:21:34 +08:00
|
|
|
android:text="0"
|
2022-07-27 20:44:55 +08:00
|
|
|
android:textStyle="bold"
|
2022-07-26 10:01:19 +08:00
|
|
|
android:textColor="#fffff69f"
|
|
|
|
android:textSize="12sp"
|
|
|
|
/>
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
</RelativeLayout>
|
|
|
|
|
|
|
|
</LinearLayout>
|
2022-07-25 16:06:39 +08:00
|
|
|
|
2022-07-26 10:01:19 +08:00
|
|
|
<TextView
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:text="@string/new_rewards"
|
|
|
|
android:textColor="#ffb3b3b3"
|
|
|
|
android:textSize="10sp"
|
2022-07-27 20:44:55 +08:00
|
|
|
android:layout_marginTop="18dp"
|
2022-07-26 10:01:19 +08:00
|
|
|
/>
|
2022-07-25 16:06:39 +08:00
|
|
|
<TextView android:id="@+id/btn_confirm"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="50dp"
|
|
|
|
android:layout_marginRight="30dp"
|
|
|
|
android:layout_marginLeft="30dp"
|
2022-07-26 10:01:19 +08:00
|
|
|
android:layout_marginTop="10dp"
|
|
|
|
android:text="@string/receive_awards"
|
2022-07-25 16:06:39 +08:00
|
|
|
android:textColor="#ffffffff"
|
|
|
|
android:textSize="13sp"
|
|
|
|
android:gravity="center"
|
|
|
|
android:layout_marginBottom="30dp"
|
2022-07-26 10:01:19 +08:00
|
|
|
android:background="@drawable/border_fdbe40"/>
|
2022-07-25 16:06:39 +08:00
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
2022-07-26 10:01:19 +08:00
|
|
|
|
|
|
|
|
2022-07-25 16:06:39 +08:00
|
|
|
|
|
|
|
</RelativeLayout>
|