主播用户协议
This commit is contained in:
5
common/src/main/res/drawable/selector_protocol_check.xml
Normal file
5
common/src/main/res/drawable/selector_protocol_check.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:drawable="@mipmap/icon_protocol_check" android:state_selected="true" />
|
||||
<item android:drawable="@mipmap/icon_protocol_uncheck" android:state_selected="false" />
|
||||
</selector>
|
||||
BIN
common/src/main/res/mipmap-xxhdpi/icon_protocol_check.png
Normal file
BIN
common/src/main/res/mipmap-xxhdpi/icon_protocol_check.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.6 KiB |
BIN
common/src/main/res/mipmap-xxhdpi/icon_protocol_uncheck.png
Normal file
BIN
common/src/main/res/mipmap-xxhdpi/icon_protocol_uncheck.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.1 KiB |
@@ -1006,4 +1006,7 @@ Limited ride And limited avatar frame</string>
|
||||
<string name="broadcast_data">Broadcast</string>
|
||||
<string name="click_to_view">Click To View</string>
|
||||
<string name="anchor_task">Anchor Task</string>
|
||||
<string name="anchor_agreement">I have read and agreed to the </string>
|
||||
<string name="anchor_agreement_hint">Please read and agree to the PDLIVE Host Agreement</string>
|
||||
<string name="anchor_hint">PDLIVE Host Agreement</string>
|
||||
</resources>
|
||||
|
||||
@@ -1027,4 +1027,7 @@
|
||||
<string name="broadcast_data" >開播數據</string>
|
||||
<string name="click_to_view">點擊查看</string>
|
||||
<string name="anchor_task">主播任務</string>
|
||||
<string name="anchor_agreement">我已閱讀並同意</string>
|
||||
<string name="anchor_agreement_hint">請閱讀並同意《PDLIVE主播協議》</string>
|
||||
<string name="anchor_hint">《PDLIVE主播協議》</string>
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user