update:更新日榜周榜提示語

This commit is contained in:
2022-08-30 13:30:13 +08:00
parent 31b7667a3d
commit c7360bea9d
6 changed files with 50 additions and 11 deletions

View File

@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@mipmap/bg_black"
@@ -103,12 +104,34 @@
android:layout_height="0dp"
android:visibility="gone" />
<ImageView
android:id="@+id/no_more"
android:layout_width="233dp"
android:layout_height="233dp"
<androidx.constraintlayout.widget.ConstraintLayout
android:id="@+id/no_more_layout"
android:layout_width="333dp"
android:layout_height="333dp"
android:layout_gravity="center"
android:visibility="gone" />
android:visibility="gone">
<ImageView
android:id="@+id/no_more"
android:layout_width="233dp"
android:layout_height="233dp"
android:layout_marginBottom="32dp"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />
<TextView
android:id="@+id/no_more_text"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textColor="#FFFFFF"
android:textSize="14sp"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/no_more" />
</androidx.constraintlayout.widget.ConstraintLayout>
<com.yunbao.common.custom.CommonRefreshView
android:id="@+id/refreshView"

View File

@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="no_more_day_rank">No one is on the list at the moment</string>
<string name="no_more_guard">anchor are waiting at your guard!</string>
</resources>

View File

@@ -1,4 +1,6 @@
<resources>
<string name="buy_guard_info" translatable="false">成爲TA的守護爲TA保駕護航</string>
<string name="buy_guard_back_coin" translatable="false">返還</string>
<string name="no_more_day_rank">暫時無人上榜,快來成為第一位上榜的人吧!</string>
<string name="no_more_guard">主播正在等待您的守護!</string>
</resources>