新贵族喇叭
This commit is contained in:
15
common/src/main/res/drawable/bg_btn_common.xml
Normal file
15
common/src/main/res/drawable/bg_btn_common.xml
Normal 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>
|
||||
10
common/src/main/res/drawable/bg_btn_common_shape.xml
Normal file
10
common/src/main/res/drawable/bg_btn_common_shape.xml
Normal 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>
|
||||
BIN
common/src/main/res/mipmap-xxhdpi/icon_general_message.png
Normal file
BIN
common/src/main/res/mipmap-xxhdpi/icon_general_message.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.5 KiB |
BIN
common/src/main/res/mipmap-xxhdpi/icon_general_message_p.png
Normal file
BIN
common/src/main/res/mipmap-xxhdpi/icon_general_message_p.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.4 KiB |
BIN
common/src/main/res/mipmap-xxhdpi/icon_popup_screen.png
Normal file
BIN
common/src/main/res/mipmap-xxhdpi/icon_popup_screen.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1004 B |
BIN
common/src/main/res/mipmap-xxhdpi/icon_popup_screen_p.png
Normal file
BIN
common/src/main/res/mipmap-xxhdpi/icon_popup_screen_p.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 921 B |
BIN
common/src/main/res/mipmap-xxhdpi/icon_world_horn.png
Normal file
BIN
common/src/main/res/mipmap-xxhdpi/icon_world_horn.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.1 KiB |
BIN
common/src/main/res/mipmap-xxhdpi/icon_world_horn_p.png
Normal file
BIN
common/src/main/res/mipmap-xxhdpi/icon_world_horn_p.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.0 KiB |
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user