old mode 100644
new mode 100755
| | |
| | | timeifon.Add("RemindTime", "0"); |
| | | timeifon.Add("EnDelay", "0"); |
| | | timeifon.Add("DelayTime", "0"); |
| | | timeifon.Add("DoorLockOpenDelayTime","0"); |
| | | timeifon.Add("DateType", TypeValue.ToString()); |
| | | DateType = dictionary["DateType"]; |
| | | |
| | |
| | | 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); |