黄学彪
2020-04-08 4dce704aaf8587cf3f91cf88f2208315a03c4cbb
ZigbeeApp/Shared/Phone/Device/CommonForm/RoomView.cs
@@ -62,14 +62,16 @@
            {
                Width = Application.GetRealWidth(717),
                Height = Application.GetRealHeight(478),
                Radius = (uint)Application.GetRealHeight(17)
                Radius = (uint)Application.GetRealHeight(17),
                Tag = "R"
            };
            AddChidren(roomBackView);
            var roomImg = new ImageView()
            {
                ImagePath = room.BackgroundImageType == 0 ? room.BackgroundImage : System.IO.Path.Combine(Config.Instance.FullPath, room.BackgroundImage),
                Radius = (uint)Application.GetRealHeight(17)
                Radius = (uint)Application.GetRealHeight(17),
                Tag = "R"
            };
            roomBackView.AddChidren(roomImg);