HDL Home App 第二版本 旧平台金堂用 正在使用
hxb
2022-08-30 25429f085093d89d543a0b90e30d0d62d1b7dac9
ZigbeeApp/Shared/Phone/Device/Logic/LogicView/mFunView.cs
@@ -30,16 +30,16 @@
        {
            Y = Application.GetRealHeight(65),
            X = Application.GetRealWidth(860 + 80),
            Width = Application.GetMinRealAverage(60),
            Height = Application.GetMinRealAverage(60),
            Width = Application.GetRealWidth(60),
            Height = Application.GetRealWidth(60),
            UnSelectedImagePath = "ZigeeLogic/selected.png",
            Visible = false,
        };
        public Button lineBtn = new Button
        {
            Y = Application.GetRealHeight(155),
            //Y = Application.GetRealHeight(155),
            Width = Application.GetRealWidth(920),
            Height = Application.GetRealHeight(5),
            Height = 1, //Application.GetRealHeight(5),
            X = Application.GetRealWidth(80),
            BackgroundColor = ZigbeeColor.Current.LogicRowLayoutLineColor,
        };
@@ -51,6 +51,7 @@
        {
            frameLayout.AddChidren(titleBtn);
            frameLayout.AddChidren(selectedIconBtn);
            lineBtn.Y = frameLayout.Height - 1;
            frameLayout.AddChidren(lineBtn);
            frameLayout.AddChidren(clickviewBtn);
            return frameLayout;