gxc
2019-12-20 eb9cf55fc8568cb2d4b4bfac9deb617ce766a7a5
ZigbeeApp/Shared/Phone/Device/CommonForm/RoomMainView.cs
old mode 100755 new mode 100644
@@ -8,7 +8,7 @@
        /// <summary>
        /// SceneIcon
        /// </summary>
        public Button Icon;
        public ImageView Icon;
        /// <summary>
        /// RoomNameButton
        /// </summary>
@@ -45,7 +45,7 @@
            };
            AddChidren(CardBG);
            Icon = new Button
            Icon = new ImageView
            {
                X = Application.GetMinRealAverage(14),
                Width = Application.GetMinRealAverage(467),
@@ -69,7 +69,9 @@
                X = Application.GetMinRealAverage(14),
                Width = Application.GetMinRealAverage(141),
                Height = Application.GetMinRealAverage(84),
                TextColor = ZigbeeColor.Current.GXCTextWhiteColor
                TextColor = ZigbeeColor.Current.GXCTextWhiteColor,
                TextSize=14,
                IsBold=true
            };
            AddChidren(RoomNameButton);
        }
@@ -89,7 +91,7 @@
        /// <param name="imagePath"></param>
        public void SetRoomIcon(string imagePath)
        {
            Icon.UnSelectedImagePath = imagePath;
            Icon.ImagePath = imagePath;
        }