[Modify]更换个播房背景图

This commit is contained in:
wushaocheng
2023-03-29 17:55:35 +08:00
parent 39f3b6d4d8
commit 17d7c10068
4 changed files with 2 additions and 5 deletions

View File

@@ -304,11 +304,8 @@ public class AVRoomActivity extends BaseMvpActivity<IAvRoomView, AvRoomPresenter
svgaRoomBg.setImageResource(R.drawable.bg_room_cp);
}
} else if (roomInfo.getType() == RoomInfo.ROOM_TYPE_SINGLE) {
String singleSvgaPath = "svga/single_back.svga";
if (!singleSvgaPath.equals(bgPicture[0])) {
playSvgaBg(svgaRoomBg, singleSvgaPath);
bgPicture[0] = singleSvgaPath;
}
bgPicture[0] = "";
svgaRoomBg.setImageResource(R.drawable.bg_room_single_pic);
} else {
bgPicture[0] = "";
if (roomInfo.getRoomModeType() == RoomModeType.OPEN_PK_MODE) {

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB