56 lines
2.6 KiB
XML
56 lines
2.6 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"
|
||
xmlns:tools="http://schemas.android.com/tools"
|
||
android:layout_marginStart="17dp"
|
||
android:layout_marginEnd="17dp"
|
||
android:orientation="vertical">
|
||
|
||
<LinearLayout
|
||
android:layout_width="match_parent"
|
||
android:layout_height="380dp"
|
||
android:background="@drawable/background_order_dialog"
|
||
android:orientation="vertical">
|
||
|
||
<ImageView
|
||
android:layout_width="111dp"
|
||
android:layout_height="62.5dp"
|
||
android:layout_gravity="center"
|
||
android:layout_marginTop="15dp"
|
||
android:layout_marginBottom="15dp"
|
||
android:src="@mipmap/icon_order_rule" />
|
||
|
||
<androidx.core.widget.NestedScrollView
|
||
android:layout_width="match_parent"
|
||
android:layout_marginBottom="15dp"
|
||
android:layout_height="match_parent">
|
||
|
||
<LinearLayout
|
||
android:layout_width="match_parent"
|
||
android:layout_height="match_parent"
|
||
android:orientation="vertical">
|
||
<TextView
|
||
android:id="@+id/rule"
|
||
android:layout_width="wrap_content"
|
||
android:layout_height="match_parent"
|
||
android:layout_marginStart="14dp"
|
||
android:layout_marginEnd="14dp"
|
||
android:textColor="#0D21B2"
|
||
tools:text="1.戰令開啟時,完成戰令任務,提升戰令等級,可獲得大量等級獎勵。\n2.所有用戶免費解鎖普通版,戰令開啟時隨時可進階為精英版和尊享版,獲得豐厚額外專屬獎勵。\n3.三種戰令都會獎勵積分,可在兌換商城中兌換心儀的寶貝,部分寶貝兌換有戰令等級要求或兌換數量限制。\n4.每日任務0點刷新,未完成任務進度不再累計,每季任務將會在新一季戰令開啟時刷新。\n5.任務達成時需主動領取經驗,未领取經驗將會在任務刷新時過期。\n6.活動最終解釋權歸PoYo所有。"
|
||
android:textSize="14sp" />
|
||
</LinearLayout>
|
||
</androidx.core.widget.NestedScrollView>
|
||
|
||
|
||
</LinearLayout>
|
||
|
||
<ImageView
|
||
android:id="@+id/close"
|
||
android:layout_width="25dp"
|
||
android:layout_height="25dp"
|
||
android:layout_gravity="center"
|
||
android:layout_marginTop="30dp"
|
||
android:src="@mipmap/icon_order_rule_close" />
|
||
|
||
</LinearLayout> |