主播用户协议

This commit is contained in:
18401019693
2023-02-20 16:43:36 +08:00
parent c1c4a7a38b
commit 1d66a9b7fb
8 changed files with 63 additions and 7 deletions

View 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>

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@@ -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>

View File

@@ -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>