修改中英文
This commit is contained in:
5
common/src/main/res/drawable/bg_live_sud_hint.xml
Normal file
5
common/src/main/res/drawable/bg_live_sud_hint.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<corners android:radius="24dp"/>
|
||||
<solid android:color="#99000000" />
|
||||
</shape>
|
||||
28
common/src/main/res/layout/dialog_sud_hint.xml
Normal file
28
common/src/main/res/layout/dialog_sud_hint.xml
Normal file
@@ -0,0 +1,28 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="bottom"
|
||||
android:orientation="vertical"
|
||||
tools:ignore="MissingDefaultResource">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/sud_text_name"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="21dp"
|
||||
android:layout_marginEnd="21dp"
|
||||
android:layout_marginBottom="24dp"
|
||||
android:background="@drawable/bg_live_sud_hint"
|
||||
android:paddingStart="22dp"
|
||||
android:paddingTop="8dp"
|
||||
android:paddingEnd="22dp"
|
||||
android:paddingBottom="8dp"
|
||||
android:text="主播創建了【游戲名】房間,快來與主播同玩~"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="14sp">
|
||||
|
||||
</TextView>
|
||||
|
||||
</LinearLayout>
|
||||
@@ -377,7 +377,7 @@
|
||||
<string name="live_follow_anchor">Focus on the anchor</string>
|
||||
<string name="live_report">Are you sure to report?</string>
|
||||
<string name="live_link_mic_2">Interaction</string>
|
||||
<string name="live_link_mic_3">End Lian Mai</string>
|
||||
<string name="live_link_mic_3">Quit even wheat</string>
|
||||
<string name="live_link_mic_4">Allowed even wheat</string>
|
||||
<string name="live_link_mic_5">Ban Lian Mai</string>
|
||||
<string name="link_mic_wait">Initiate a link request</string>
|
||||
|
||||
@@ -377,7 +377,7 @@
|
||||
<string name="live_follow_anchor">Focus on the anchor</string>
|
||||
<string name="live_report">Are you sure to report?</string>
|
||||
<string name="live_link_mic_2">Interaction</string>
|
||||
<string name="live_link_mic_3">End Lian Mai</string>
|
||||
<string name="live_link_mic_3">Quit even wheat</string>
|
||||
<string name="live_link_mic_4">Allowed even wheat</string>
|
||||
<string name="live_link_mic_5">Ban Lian Mai</string>
|
||||
<string name="link_mic_wait">Initiate a link request</string>
|
||||
|
||||
Reference in New Issue
Block a user