| | |
| | | userEmailInfoView.AddChidren(btnUserEmailRight); |
| | | optionListView.AddChidren(new Button() { X = Application.GetRealWidth(16), Height = Application.GetRealHeight(1), Width = Application.GetRealWidth(343), BackgroundColor = CSS_Color.DividingLineColor }); |
| | | #endregion |
| | | #region 个人选项-手机信息区域 |
| | | #region 个人选项-手机信息区域 |
| | | /// <summary> |
| | | /// 个人选项-手机信息区域 |
| | | /// </summary> |
| | |
| | | resetPasswordView.AddChidren(btnResetPasswordRight); |
| | | optionListView.AddChidren(new Button() { X = Application.GetRealWidth(16), Height = Application.GetRealHeight(1), Width = Application.GetRealWidth(343), BackgroundColor = CSS_Color.DividingLineColor }); |
| | | #endregion |
| | | |
| | | |
| | | #region 个人选项-添加住宅 |
| | | addResidenceView = new FrameLayout() |
| | | { |
| | | Height = Application.GetRealHeight(50), |
| | | Height = Application.GetRealHeight(50), |
| | | }; |
| | | optionListView.AddChidren(addResidenceView); |
| | | btnAddResidenceScan = new Button() |
| | |
| | | Height = Application.GetRealHeight(8) |
| | | }; |
| | | bodyScrolView.AddChidren(topPaddingView2); |
| | | |
| | | #region 解锁设置区域 |
| | | ///// <summary> |
| | | ///// 解锁设置区域 |
| | | ///// </summary> |
| | | //interpretationSettingsView = new FrameLayout() |
| | | //{ |
| | | // BackgroundColor = CSS_Color.MainBackgroundColor, |
| | | // Height = Application.GetRealHeight(70), |
| | | //}; |
| | | //bodyScrolView.AddChidren(interpretationSettingsView); |
| | | //if(Language.CurrentLanguage != "Chinese") |
| | | //{ |
| | | // interpretationSettingsView.Height = Application.GetRealHeight(80); |
| | | //} |
| | | |
| | | //btnInterpretationSettingsTitle = new Button() |
| | | //{ |
| | | // X = Application.GetRealWidth(16), |
| | | // Height = Application.GetRealHeight(32), |
| | | // TextAlignment = TextAlignment.BottomLeft, |
| | | // TextColor = CSS_Color.FirstLevelTitleColor, |
| | | // TextSize = CSS_FontSize.SubheadingFontSize, |
| | | // TextID = StringId.InterpretationSettings, |
| | | //}; |
| | | //interpretationSettingsView.AddChidren(btnInterpretationSettingsTitle); |
| | | |
| | | //btnInterpretationSettingsTip = new Button() |
| | | //{ |
| | | // X = Application.GetRealWidth(16), |
| | | // Y = btnInterpretationSettingsTitle.Bottom, |
| | | // Height = Application.GetRealHeight(32), |
| | | // Width = Application.GetRealWidth(310), |
| | | // TextAlignment = TextAlignment.TopLeft, |
| | | // TextColor = CSS_Color.PromptingColor1, |
| | | // TextSize = CSS_FontSize.TextFontSize, |
| | | // TextID = StringId.AppUnlockSettingsTip, |
| | | // IsMoreLines = true, |
| | | //}; |
| | | //interpretationSettingsView.AddChidren(btnInterpretationSettingsTip); |
| | | |
| | | //btnInterpretationSettingsRight = new Button() |
| | | //{ |
| | | // X = Application.GetRealWidth(339), |
| | | // Gravity = Gravity.CenterVertical, |
| | | // Width = Application.GetMinRealAverage(16), |
| | | // Height = Application.GetMinRealAverage(16), |
| | | // UnSelectedImagePath = "Public/Right.png", |
| | | //}; |
| | | //interpretationSettingsView.AddChidren(btnInterpretationSettingsRight); |
| | | //interpretationSettingsView.AddChidren(new LineView(interpretationSettingsView.Height)); |
| | | #endregion |
| | | |
| | | #region 服务器信息 |
| | | ListCellView myServerInfoCellView = new ListCellView() |