HDL Home App 第二版本 旧平台金堂用 正在使用
黄学彪
2020-05-13 2be70a32d2a8c517bd9868fb60913fcc843e66fe
ZigbeeApp/Shared/Phone/Device/Logic/LogicView/TipView.cs
old mode 100644 new mode 100755
@@ -73,8 +73,6 @@
                Width = Application.GetRealWidth(792),
                Height = Application.GetRealHeight(127),
             Gravity=Gravity.BottomCenter,
            };
            tipFLayout.AddChidren(bottomFrame);
@@ -88,7 +86,6 @@
                Width = Application.GetRealWidth(397),
                BackgroundColor = ZigbeeColor.Current.LogicMiddleBackgroundColor,
                TextID = R.MyInternationalizationString.cancel,
            };
            bottomFrame.AddChidren(cancelBtn);
            cancelBtn.SetCornerWithSameRadius(Application.GetRealHeight(17), HDLUtils.RectCornerBottomLeft);
@@ -361,7 +358,6 @@
                Width = Application.GetRealWidth(792),
                Height = Application.GetRealHeight(127),
                Gravity = Gravity.BottomCenter,
            };
            tipFLayout.AddChidren(bottomFrame);
            ///取消控件
@@ -486,3 +482,5 @@
        }
    }
}