HDL Home App 第二版本 旧平台金堂用 正在使用
hxb
2022-08-30 25429f085093d89d543a0b90e30d0d62d1b7dac9
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),
@@ -45,7 +45,7 @@
        public Button switchBtn = new Button
        {
            Width = Application.GetRealWidth(104),
            Height = Application.GetRealHeight(63),
            Height = Application.GetRealWidth(63),
            UnSelectedImagePath = "ZigeeLogic/logicclose.png",
            SelectedImagePath = "ZigeeLogic/logicopen.png",
            X = Application.GetRealWidth(1080 - 58 - 104),
@@ -60,7 +60,7 @@
            Width = Application.GetRealWidth(58 +58+40),
            Height = Application.GetRealHeight(160),
            X = Application.GetRealWidth(1080 - 58 - 58),
            X = Application.GetRealWidth(1080 - 58 - 58-40),
        };
        public FrameLayout AddDeviceView()