update:调整小时榜url

update:小时榜点击跳转直播间or个人中心
update:小时榜icon位置调整
update:小时榜为0的时候显示为‘未上榜’
This commit is contained in:
2022-08-30 13:59:00 +08:00
parent c7360bea9d
commit dbd49b31db
6 changed files with 53 additions and 6 deletions

View File

@@ -269,7 +269,7 @@
android:id="@+id/hour_rank_list"
android:layout_width="wrap_content"
android:layout_height="20dp"
android:layout_marginStart="6dp"
android:layout_marginStart="-2dp"
android:layout_weight="2"
android:flipInterval="5000"
android:layout_marginEnd="6dp"

View File

@@ -21,7 +21,7 @@
android:marqueeRepeatLimit="marquee_forever"
android:scrollHorizontally="true"
android:singleLine="true"
android:text="0"
android:text="@string/no_rank_data"
android:textColor="#FFFFFFFF"
android:textSize="10sp" />

View File

@@ -2,4 +2,5 @@
<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>
<string name="no_rank_data">Not on the list</string>
</resources>

View File

@@ -3,4 +3,5 @@
<string name="buy_guard_back_coin" translatable="false">返還</string>
<string name="no_more_day_rank">暫時無人上榜,快來成為第一位上榜的人吧!</string>
<string name="no_more_guard">主播正在等待您的守護!</string>
<string name="no_rank_data">未上榜</string>
</resources>