| | |
| | | VerticalScrolViewLayout contentView = new VerticalScrolViewLayout() |
| | | { |
| | | Y = Application.GetRealHeight(64), |
| | | Height = Application.GetRealHeight(603), |
| | | Height = Application.GetRealHeight(667 - 64), |
| | | BackgroundColor = CSS_Color.MainBackgroundColor, |
| | | ScrollEnabled = false, |
| | | }; |
| | |
| | | { |
| | | X = Application.GetRealWidth(23), |
| | | Height = Application.GetRealWidth(80), |
| | | ScrollEnabled = false, |
| | | }; |
| | | contentView.AddChidren(customDeploymentView); |
| | | |
| | |
| | | Language.StringByID(StringId.HouseDefense)); |
| | | customDeploymentView.AddChidren(view); |
| | | |
| | | if(FunctionList.List.securities.Count>3) |
| | | { |
| | | customDeploymentView.ScrollEnabled = true; |
| | | } |
| | | |
| | | foreach (var mode in FunctionList.List.securities) |
| | | { |
| | | } |
| | |
| | | |
| | | var fixedDeploymentView = new FrameLayout() |
| | | { |
| | | Height = Application.GetRealHeight(123), |
| | | Height = Application.GetRealHeight(133), |
| | | }; |
| | | contentView.AddChidren(fixedDeploymentView); |
| | | |
| | |
| | | { |
| | | Y = btnFixedDeploymentTip.Bottom + Application.GetRealHeight(15), |
| | | Height = Application.GetRealHeight(80), |
| | | ScrollEnabled = false, |
| | | }; |
| | | fixedDeploymentView.AddChidren(fixedDeploymentTypeView); |
| | | |