黄学彪
2020-09-18 c7df85937f73fb347ee0b19e9c052d2d00a6df6c
ZigbeeApp/Shared/Phone/Device/Logic/TimePoint.cs
@@ -51,6 +51,7 @@
            timeifon.Add("RemindTime", "0");
            timeifon.Add("EnDelay", "0");
            timeifon.Add("DelayTime", "0");
            timeifon.Add("DoorLockOpenDelayTime","0");
            timeifon.Add("DateType", TypeValue.ToString());
            DateType = dictionary["DateType"];
@@ -79,7 +80,7 @@
            var middle = new FrameLayout
            {
                Y = view.topRowLayout.Bottom,
                Height = Application.GetRealHeight(1920 - 184 - 260),
                Height = Application.GetRealHeight(Method.H - 184 - 260),
                BackgroundColor = ZigbeeColor.Current.LogicMiddleBackgroundColor,
            };
            this.AddChidren(middle);