修改中英文
This commit is contained in:
parent
4ff529ace9
commit
e15953dc64
@ -22,10 +22,10 @@ ext {
|
|||||||
|
|
||||||
baiduAppSecretKey: "nEVSgmuGpU0pjPr6VleEGGAl0hzGW52S",
|
baiduAppSecretKey: "nEVSgmuGpU0pjPr6VleEGGAl0hzGW52S",
|
||||||
// true表示谷歌支付 false
|
// true表示谷歌支付 false
|
||||||
isGooglePlay : true,
|
isGooglePlay : false,
|
||||||
//是否上报异常日志
|
//是否上报异常日志
|
||||||
isUploadLog : true,
|
isUploadLog : true,
|
||||||
//是否打包成插件包模式
|
//是否打包成插件包模式
|
||||||
isPluginModel : false,
|
isPluginModel : true,
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -1135,6 +1135,7 @@ public class PortraitLiveManager implements LivePlayListener, SocketMessageListe
|
|||||||
.dismissOnBackPressed(false)
|
.dismissOnBackPressed(false)
|
||||||
.asCustom(new LiveSudGamePopup(mContext, createSudRoomModel))
|
.asCustom(new LiveSudGamePopup(mContext, createSudRoomModel))
|
||||||
.show();
|
.show();
|
||||||
|
createSudRoomModel = null;
|
||||||
}
|
}
|
||||||
// String jsonCreateSudRoom = IMLoginManager.get(mContext).getSudGame();
|
// String jsonCreateSudRoom = IMLoginManager.get(mContext).getSudGame();
|
||||||
// if (!TextUtils.isEmpty(jsonCreateSudRoom)) {
|
// if (!TextUtils.isEmpty(jsonCreateSudRoom)) {
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/tv_class_name"
|
android:id="@+id/tv_class_name"
|
||||||
android:layout_width="56dp"
|
android:layout_width="65dp"
|
||||||
android:layout_height="26dp"
|
android:layout_height="26dp"
|
||||||
android:text="音乐"
|
android:text="音乐"
|
||||||
android:textSize="16sp"
|
android:textSize="16sp"
|
||||||
|
Loading…
Reference in New Issue
Block a user