This commit is contained in:
18401019693
2024-03-26 15:03:08 +08:00
parent 5b0f5f03ab
commit de11b5123d
17 changed files with 72 additions and 29 deletions

View File

@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/background_live_buy_guard_slelect_item1" android:state_selected="false" />
<item android:drawable="@drawable/background_live_buy_guard_slelect_item2" android:state_selected="true" />
</selector>

View File

@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="#00000000" />
</shape>

View File

@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="#2D3271" />
</shape>

View File

@@ -2,15 +2,19 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="wrap_content"
android:layout_height="120dp"
android:layout_height="130dp"
android:background="@drawable/bg_live_buy_guard_select"
android:orientation="vertical">
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/live_buy_guard_list"
android:layout_width="match_parent"
android:layout_marginTop="5dp"
android:layout_height="wrap_content"
android:layout_marginStart="1dp"
android:layout_marginEnd="1dp"
tools:itemCount="4"
android:layout_marginBottom="5dp"
tools:listitem="@layout/view_live_buy_guard_slelect_item" />
</LinearLayout>

View File

@@ -1,7 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:id="@+id/layout"
android:layout_width="match_parent"
android:layout_height="30dp"
android:background="@drawable/background_live_buy_guard_slelect_item"
android:gravity="center_vertical"
android:orientation="horizontal">

View File

@@ -1455,9 +1455,9 @@ Limited ride And limited avatar frame</string>
<string name="guard_buy_type_1">【Star Guardian】</string>
<string name="guardian_privilege">Guardianship privileges</string>
<string name="be_their_exclusive_guardian">Becoming the exclusive guardian of the anchor\n</string>
<string name="be_their_exclusive_guardian">Be the anchors guardian</string>
<string name="not_yet_open">Not opened</string>
<string name="tas_guardian_group">The anchor\'s guardian group</string>
<string name="tas_guardian_group">guardian group</string>
<string name="open_the_kings_guard">Activate King Guardian</string>
<string name="open_the_start_guard">Activate Star Guardian</string>
<string name="open_the_god_guard">Activate God Guardian</string>

View File

@@ -1454,9 +1454,9 @@
<string name="guard_buy_type_1">【星之守护】</string>
<string name="guardian_privilege">守護團特權</string>
<string name="be_their_exclusive_guardian">TA的專屬守護 為TA保駕護航</string>
<string name="be_their_exclusive_guardian">TA的專屬守護</string>
<string name="not_yet_open">暫未開通</string>
<string name="tas_guardian_group">TA的守護團 ></string>
<string name="tas_guardian_group">守護團 ></string>
<string name="open_the_kings_guard">開通王之守護</string>
<string name="open_the_start_guard">開通星之守護</string>
<string name="open_the_god_guard">開通神之守護</string>

View File

@@ -1453,9 +1453,9 @@
<string name="guard_buy_type_1">【星之守护】</string>
<string name="guardian_privilege">守護團特權</string>
<string name="be_their_exclusive_guardian">TA的專屬守護 為TA保駕護航</string>
<string name="be_their_exclusive_guardian">TA的專屬守護</string>
<string name="not_yet_open">暫未開通</string>
<string name="tas_guardian_group">TA的守護團 ></string>
<string name="tas_guardian_group">守護團 ></string>
<string name="open_the_kings_guard">開通王之守護</string>
<string name="open_the_start_guard">開通星之守護</string>
<string name="open_the_god_guard">開通神之守護</string>

View File

@@ -1450,9 +1450,9 @@
<string name="guard_buy_type_1">【星之守护】</string>
<string name="guardian_privilege">守護團特權</string>
<string name="be_their_exclusive_guardian">TA的專屬守護 為TA保駕護航</string>
<string name="be_their_exclusive_guardian">TA的專屬守護</string>
<string name="not_yet_open">暫未開通</string>
<string name="tas_guardian_group">TA的守護團 ></string>
<string name="tas_guardian_group">守護團 ></string>
<string name="open_the_kings_guard">開通王之守護</string>
<string name="open_the_start_guard">開通星之守護</string>
<string name="open_the_god_guard">開通神之守護</string>

View File

@@ -1458,9 +1458,9 @@ Limited ride And limited avatar frame</string>
<string name="guard_buy_type_1">【Star Guardian】</string>
<string name="guardian_privilege">Guardianship privileges</string>
<string name="be_their_exclusive_guardian">Becoming the exclusive guardian of the anchor\n</string>
<string name="be_their_exclusive_guardian">Be the anchors guardian</string>
<string name="not_yet_open">Not opened</string>
<string name="tas_guardian_group">The anchor\'s guardian group</string>
<string name="tas_guardian_group">guardian group</string>
<string name="open_the_kings_guard">Activate King Guardian</string>
<string name="open_the_start_guard">Activate Star Guardian</string>
<string name="open_the_god_guard">Activate God Guardian</string>