HDL Home App 第二版本 旧平台金堂用 正在使用
黄学彪
2020-12-31 fe3b2466c68b5db70d38e78039703add3b8b1dfe
ZigbeeApp/Shared/Phone/Device/Logic/LogicView/Addview.cs
@@ -34,8 +34,8 @@
        public Button iconBtn = new Button
        {
            Width = Application.GetMinRealAverage(58),
            Height = Application.GetMinRealAverage(58),
            Width = Application.GetRealWidth(58),
            Height = Application.GetRealWidth(58),
            UnSelectedImagePath = "ZigeeLogic/add.png",
            X = Application.GetRealWidth(1080 - 58-58),
            Y = Application.GetRealHeight(30 + 36),
@@ -44,8 +44,8 @@
        public Button switchBtn = new Button
        {
            Width = Application.GetMinRealAverage(104),
            Height = Application.GetMinRealAverage(63),
            Width = Application.GetRealWidth(104),
            Height = Application.GetRealWidth(63),
            UnSelectedImagePath = "ZigeeLogic/logicclose.png",
            SelectedImagePath = "ZigeeLogic/logicopen.png",
            X = Application.GetRealWidth(1080 - 58 - 104),