| | |
| | | |
| | | public void LoadView() |
| | | { |
| | | //try |
| | | //{ |
| | | // if (MainPage.CurPageIndex == 3) |
| | | // { |
| | | // Application.RunOnMainThread(() => |
| | | // { |
| | | // this.RemoveFromParent(); |
| | | // return; |
| | | // }); |
| | | // } |
| | | //} |
| | | //catch (Exception ex) |
| | | //{ |
| | | // MainPage.Log($"界面切换异常:{ex.Message}"); |
| | | //} |
| | | MainPage.CurPageIndex = 3; |
| | | #region 个人信息 |
| | | topbg = new FrameLayout() |
| | | { |
| | |
| | | { |
| | | Y = btnResidenceManageIcon.Bottom, |
| | | Height = Application.GetRealHeight(29), |
| | | TextID = StringId.CombinedDimming, |
| | | TextID = StringId.GroupControl, |
| | | TextAlignment = TextAlignment.Center, |
| | | TextColor = CSS_Color.FirstLevelTitleColor, |
| | | TextSize = CSS_FontSize.PromptFontSize_FirstLevel |
| | | TextSize = CSS_FontSize.PromptFontSize_FirstLevel, |
| | | IsMoreLines = true, |
| | | }; |
| | | faceManagementView.AddChidren(btnFaceManagementText); |
| | | |