| | |
| | | TextID = MyInternationalizationString.cycle, |
| | | TextSize = 16, |
| | | TextColor = ZigbeeColor.Current.LogicTextBlackColor, |
| | | IsBold = true, |
| | | }; |
| | | topFrameLayout.AddChidren(titleName); |
| | | |
| | | var hdl = new Button |
| | | { |
| | | Width = Application.GetRealWidth(154), |
| | | Height = Application.GetRealHeight(90), |
| | | Height = Application.GetRealWidth(90), |
| | | X = Application.GetRealWidth(1080 - 160), |
| | | Gravity = Gravity.CenterVertical, |
| | | UnSelectedImagePath = "Logo/Logo.png", |
| | |
| | | var back = new Button |
| | | { |
| | | Width = Application.GetRealWidth(110), |
| | | Height = Application.GetRealHeight(110), |
| | | Height = Application.GetRealWidth(110), |
| | | X = Application.GetRealWidth(20), |
| | | Gravity = Gravity.CenterVertical, |
| | | UnSelectedImagePath = "ZigeeLogic/Back.png", |
| | |
| | | |
| | | var middle = new VerticalScrolViewLayout(); |
| | | middle.Y = titlerl.Bottom; |
| | | middle.Height = Application.GetRealHeight(1920 - 220 - 180); |
| | | middle.Height = Application.GetRealHeight(Method.H - 220 - 180); |
| | | middle.BackgroundColor = ZigbeeColor.Current.LogicBackgroundColor; |
| | | this.AddChidren(middle); |
| | | |
| | |
| | | var btnStartdateback = new Button |
| | | { |
| | | Width = Application.GetRealWidth(110), |
| | | Height = Application.GetRealHeight(110), |
| | | Height = Application.GetRealWidth(110), |
| | | UnSelectedImagePath = "ZigeeLogic/next.png", |
| | | X = Application.GetRealWidth(1080 - 140), |
| | | Gravity = Gravity.CenterVertical, |
| | |
| | | var btnenddateback = new Button |
| | | { |
| | | Width = Application.GetRealWidth(110), |
| | | Height = Application.GetRealHeight(110), |
| | | Height = Application.GetRealWidth(110), |
| | | UnSelectedImagePath = "ZigeeLogic/next.png", |
| | | X = Application.GetRealWidth(1080 - 140), |
| | | Gravity = Gravity.CenterVertical, |