修改游戏的new图标展示,网页中英文检测
This commit is contained in:
parent
c3d4cb8d62
commit
a788c347de
@ -16,8 +16,7 @@
|
|||||||
android:scaleType="fitEnd"
|
android:scaleType="fitEnd"
|
||||||
app:layout_constraintBottom_toTopOf="@+id/close"
|
app:layout_constraintBottom_toTopOf="@+id/close"
|
||||||
app:layout_constraintEnd_toEndOf="parent"
|
app:layout_constraintEnd_toEndOf="parent"
|
||||||
app:layout_constraintStart_toStartOf="parent"
|
app:layout_constraintStart_toStartOf="parent" />
|
||||||
app:srcCompat="@drawable/type1" />
|
|
||||||
|
|
||||||
<ImageView
|
<ImageView
|
||||||
android:id="@+id/close"
|
android:id="@+id/close"
|
||||||
|
@ -1211,7 +1211,6 @@ Limited ride And limited avatar frame</string>
|
|||||||
<string name="red_packet_info_residue_none">None</string>
|
<string name="red_packet_info_residue_none">None</string>
|
||||||
<string name="red_packet_info_residue_back">Return to account</string>
|
<string name="red_packet_info_residue_back">Return to account</string>
|
||||||
<string name="red_packet_user_tips2">Popularity Red packet</string>
|
<string name="red_packet_user_tips2">Popularity Red packet</string>
|
||||||
<string name="main_tabs_red_packet">Earn Cash</string>
|
|
||||||
<string name="main_tabs_red_packet">Game</string>
|
<string name="main_tabs_red_packet">Game</string>
|
||||||
<string name="save_popular_red_packets">Popular red packets</string>
|
<string name="save_popular_red_packets">Popular red packets</string>
|
||||||
<string name="amount">amount</string>
|
<string name="amount">amount</string>
|
||||||
|
@ -1212,7 +1212,6 @@ Limited ride And limited avatar frame</string>
|
|||||||
<string name="red_packet_info_residue_none">None</string>
|
<string name="red_packet_info_residue_none">None</string>
|
||||||
<string name="red_packet_info_residue_back">Return to account</string>
|
<string name="red_packet_info_residue_back">Return to account</string>
|
||||||
<string name="red_packet_user_tips2">Popularity Red packet</string>
|
<string name="red_packet_user_tips2">Popularity Red packet</string>
|
||||||
<string name="main_tabs_red_packet">Earn Cash</string>
|
|
||||||
<string name="main_tabs_red_packet">Game</string>
|
<string name="main_tabs_red_packet">Game</string>
|
||||||
<string name="save_popular_red_packets">Popular red packets</string>
|
<string name="save_popular_red_packets">Popular red packets</string>
|
||||||
<string name="amount">amount</string>
|
<string name="amount">amount</string>
|
||||||
|
@ -723,7 +723,7 @@ public class LivePushRyViewHolder extends AbsRyLivePushViewHolder implements ITX
|
|||||||
public void onLocalVideoEventNotify(RCRTCVideoEventCode event) {
|
public void onLocalVideoEventNotify(RCRTCVideoEventCode event) {
|
||||||
super.onLocalVideoEventNotify(event);
|
super.onLocalVideoEventNotify(event);
|
||||||
Log.i("摄像头", "onLocalVideoEventNotify: 本地视频事件" + event.code);
|
Log.i("摄像头", "onLocalVideoEventNotify: 本地视频事件" + event.code);
|
||||||
if (event == RCRTCVideoEventCode.END_CAMERA_ERROR_UNKNOWN) {
|
if (event.code == 3) {
|
||||||
isNeedOpenCamera = true;
|
isNeedOpenCamera = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user