|
@@ -321,8 +321,8 @@ public class LightHdcNEachMainScreen extends WpadScreen {
|
|
|
}
|
|
|
|
|
|
// 거실조명
|
|
|
- LivingBackground = new WpadImageView(getContext(), TOUCH_KIND.NONE, 289, 273,
|
|
|
- R.drawable.control_multisw_room_bg1, R.drawable.control_multisw_room_bg1,
|
|
|
+ LivingBackground = new WpadImageView(getContext(), TOUCH_KIND.NONE, 291, 273,
|
|
|
+ R.drawable.control_multisw_room_bg2, R.drawable.control_multisw_room_bg2,
|
|
|
ID.LightHdcEachMainScreenID.image.ROOM_LIV);
|
|
|
ViewRegistration(getLayout(), LivingBackground, Common.ImgPosion.GetX(mLivRoomPos[TotalRoomCount][0]), Common.ImgPosion.GetY(mLivRoomPos[TotalRoomCount][1]));
|
|
|
|