| | |
| | | var middle = new VerticalScrolViewLayout |
| | | { |
| | | Y = view.topRowLayout.Bottom, |
| | | Height = Application.GetRealHeight(1920 - 184-260), |
| | | Height = Application.GetRealHeight(Method.H - 184-260), |
| | | BackgroundColor = ZigbeeColor.Current.LogicMiddleBackgroundColor, |
| | | }; |
| | | this.AddChidren(middle); |
| | |
| | | FunView monView = new FunView(); |
| | | monView.iconBtn.UnSelectedImagePath = "ZigeeLogic/point.png"; |
| | | monView.funnameBtn.Text= name; |
| | | monView.funnextBtn.Width = Application.GetMinRealAverage(60); |
| | | monView.funnextBtn.Height = Application.GetMinRealAverage(60); |
| | | monView.funnextBtn.Width = Application.GetRealWidth(60); |
| | | monView.funnextBtn.Height = Application.GetRealWidth(60); |
| | | monView.funnextBtn.UnSelectedImagePath = "ZigeeLogic/selected.png"; |
| | | monView.funnextBtn.Visible = false; |
| | | middle.AddChidren(monView.FunFrameView()); |
| | |
| | | } |
| | | if (weekvalue == 0) |
| | | { |
| | | var alert = new UserCenter.ShowMsgControl(UserCenter.ShowMsgType.Normal, |
| | | var alert = new UserCenter.ShowMsgControl(ShowMsgType.Normal, |
| | | Language.StringByID(MyInternationalizationString.selectweek), |
| | | Language.StringByID(MyInternationalizationString.confrim)); |
| | | alert.Show(); |