黄学彪
2020-04-14 463cf39019aa54e6c1226be4620766a035a0c490
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);
@@ -77,8 +79,8 @@
            var frameBackGroudTemp = new FrameLayout();
            frameBackGroudTemp.Width = roomBackView.Width;
            frameBackGroudTemp.Height = roomBackView.Height;
            frameBackGroudTemp.Radius = roomBackView.Radius;
            frameBackGroudTemp.BackgroundColor = 0x12000000;
            frameBackGroudTemp.Radius = (uint)Application.GetRealHeight(17);
            frameBackGroudTemp.BackgroundColor = UserCenterColor.Current.PictrueZhezhaoColor;
            roomBackView.AddChidren(frameBackGroudTemp);
            roomNameBackground = new FrameLayout