cnvideo.xml
3.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="Gray_1">#9e9e9e</color>
<color name="Gray_2">#9e9e9e</color>
<color name="Yellow_1">#ffd500</color>
<color name="colorWhite">#ffffff</color>
<color name="colorRetry">#ff2b2b2b</color>
<color name="colorChatItem">#33ffffff</color>
<color name="colorTransparent">#00ffffff</color>
<color name="anchor_black_bg"> #66000000</color>
<string name="cnlive_loading_player_alert">正在读取视频 %s,请稍等...</string>
<string name="cnlive_loading_connect_alert">正在连接...</string>
<string name="cnlive_error_net_retry">网络中断,点击重试</string>
<string name="cnlive_error_authenticate_retry">鉴权失败,点击重试</string>
<string name="cnlive_error_load_retry">加载失败,点击重试</string>
<string name="cnlive_error_play_retry">播放失败,点击重试</string>
<string name="str_chat_connect_error">聊天室无法连接 点击重试</string>
<string name="str_chat_connect">正在连接聊天室...</string>
<string name="str_chat_connect_fail">连接聊天室失败,点击重试</string>
<string name="str_chat_connect_close">聊天室已断开,请检查网络</string>
<string name="str_load_page">正在加载页面数据...</string>
<string name="str_load_fail">页面数据加载失败,点击重试</string>
<string name="str_danmu_open">已开启弹幕</string>
<string name="str_danmu_close">已关闭弹幕</string>
<string name="cnlive_error_send_net">信息发送失败,请检查网络</string>
<string name="cnlive_error_send_null">信息发送失败,并没有输入信息</string>
<string name="cnlive_error_send_other">信息发送失败</string>
<string name="cnlive_error_pagedata_net">页面数据加载失败,请检查网络</string>
<string name="cnlive_error_pagedata_other">页面数据加载失败</string>
<string name="cnlive_error_chat_connect">聊天室连接失败</string>
<string name="cnlive_error_chat_close">聊天室连接断开</string>
<string name="cnlive_error_player_net">播放失败,请检查网络</string>
<string name="cnlive_error_player_ugc_connect">抱歉,视频暂时无法连接</string>
<string name="cnlive_error_player_ugc_retry">点击重试</string>
<style name="TextViewShadow">
<item name="android:shadowColor">#59000000</item>
<item name="android:shadowDx">3</item>
<item name="android:shadowDy">3</item>
<item name="android:shadowRadius">1</item>
</style>
<style name="CustomDialogStyle" parent="@android:style/Theme.Dialog">
<item name="android:windowFrame">@null</item>
<item name="android:windowIsFloating">true</item>
<item name="android:windowIsTranslucent">true</item>
<item name="android:windowNoTitle">true</item>
<item name="android:background">@android:color/transparent</item>
<item name="android:windowBackground">@android:color/transparent</item>
<item name="android:backgroundDimEnabled">true</item>
<item name="android:backgroundDimAmount">0.6</item>
<item name="android:windowCloseOnTouchOutside">true</item>
</style>
</resources>