old mode 100755
new mode 100644
| | |
| | | TypeView typeView = new TypeView(); |
| | | middle.AddChidren(typeView.Show()); |
| | | typeView.textBtn.TextID = MyInternationalizationString.type; |
| | | typeView.titleBtn.Width = Application.GetRealWidth(630+70); |
| | | typeView.titleBtn.TextID = MyInternationalizationString.timeframe; |
| | | typeView.backBtn.Visible = false; |
| | | |
| | | #endregion |
| | | |
| | |
| | | |
| | | TypeView endView = new TypeView(); |
| | | endView.frameLayout.Y = startView.frameLayout.Bottom; |
| | | endView.frameLayout.Height = Application.GetRealHeight(160 + 20);//最后一行增加20高度; |
| | | middle.AddChidren(endView.Show()); |
| | | endView.lineBtn.BackgroundColor = ZigbeeColor.Current.LogicBlankBackgroundColor;//改变最后一行线颜色; |
| | | endView.textBtn.TextID = MyInternationalizationString.endtime; |
| | | endView.titleBtn.Tag = "0"; |
| | | |