新贵族喇叭

This commit is contained in:
18401019693
2022-08-01 17:28:21 +08:00
parent 5a5528594d
commit 84c8ecde30
33 changed files with 682 additions and 94 deletions

View File

@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_enabled="true">
<shape>
<corners android:radius="22dp"/>
<solid android:color="@color/global"/>
</shape>
</item>
<item android:state_enabled="false">
<shape>
<corners android:radius="22dp"/>
<solid android:color="@color/gray3"/>
</shape>
</item>
</selector>

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item >
<shape>
<corners android:radius="22dp"/>
<solid android:color="@color/gray3"/>
</shape>
</item>
</selector>

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1004 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 921 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

@@ -839,4 +839,10 @@
<string name="exclusive_instructor1">Contact your dedicated mentor to We can</string>
<string name="exclusive_instructor2">match you with more styles of anchor!</string>
<string name="hurry_contact">Contact a mentor now!</string>
<string name="withdraw_success">Withdrawal succeeded</string>
<string name="normal_barrage">normal barrage</string>
<string name="floating_screen">floating screen</string>
<string name="whole_station_horn">Whole station horn</string>
<string name="quote">quote</string>
<string name="whole_station_horn_hint">Available times: %s Note: Update times at 4:00 am on the 1st of each month</string>
</resources>

View File

@@ -854,4 +854,14 @@
<string name="exclusive_instructor2">給您匹配更多風格的主播唷!</string>
<string name="hurry_contact">趕快聯系他/她吧!</string>
<string name="withdraw_success">撤回成功</string>
<string name="normal_barrage">普通彈幕</string>
<string name="floating_screen">飄屏彈幕</string>
<string name="whole_station_horn">全站喇叭</string>
<string name="whole_station_horn_hint">可用次數:%s 注每月1日凌晨4點更新次數</string>
<string name="cannot_be_empty">内容不可为空</string>
<string name="site_wide_news">貴族專屬全站消息</string>
<string name="site_wide_news_hint1">全站顯示消息並可跳轉到當前直播間</string>
<string name="site_wide_news_hint2">开通贵族国王、皇帝、超级皇帝免费获得</string>
<string name="back">返回</string>
<string name="go_nobility">前往贵族</string>
</resources>