HDL Home App 第二版本 旧平台金堂用 正在使用
陈嘉乐
2020-12-31 cb7fd6a89ad9fcd9cf575025ab43873f17bf17c8
ZigbeeApp/Shared/Phone/Device/Logic/LogicView/LightView.cs
@@ -34,8 +34,8 @@
        /// </summary>
        public Button nextBtn = new Button
        {
            Width = Application.GetMinRealAverage(103),
            Height = Application.GetMinRealAverage(103),
            Width = Application.GetRealWidth(103),
            Height = Application.GetRealWidth(103),
            UnSelectedImagePath = "ZigeeLogic/back1.png",
            X = Application.GetRealWidth(920),
            Y = Application.GetRealHeight(11 + 20),
@@ -47,7 +47,7 @@
        public Button seletecdTextBtn = new Button
        {
            X = Application.GetRealWidth(300),
            Y = Application.GetRealHeight(34),
            Y = Application.GetRealHeight(34+20),
            Height = Application.GetRealHeight(58),
            Width = Application.GetRealWidth(1080-300 - 126),
            TextAlignment = TextAlignment.CenterRight,