[Modify]更换个播房背景图
This commit is contained in:
@@ -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) {
|
||||
|
BIN
app/src/main/res/drawable-xhdpi/bg_room_single_pic.webp
Normal file
BIN
app/src/main/res/drawable-xhdpi/bg_room_single_pic.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 48 KiB |
Binary file not shown.
Before Width: | Height: | Size: 38 KiB |
BIN
app/src/main/res/drawable-xhdpi/bg_send_broadcast_dialog.webp
Normal file
BIN
app/src/main/res/drawable-xhdpi/bg_send_broadcast_dialog.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.8 KiB |
Reference in New Issue
Block a user