| | |
| | | /// 获取支持小区域 |
| | | /// </summary> |
| | | VerticalScrolViewLayout supportView; |
| | | ///// <summary> |
| | | ///// 获取支持文本 |
| | | ///// </summary> |
| | | Button btnSupportText; |
| | | |
| | | /// <summary> |
| | | /// 关于On文本 |
| | | /// </summary> |
| | | Button btnAboutOnText; |
| | | /// <summary> |
| | | /// 智能音箱文本 |
| | | /// </summary> |
| | | Button btnSmartSpeakerText; |
| | | /// <summary> |
| | | /// Siri文本 |
| | | /// </summary> |
| | | Button btnSiriText; |
| | | |
| | | |
| | | public PersonalCenterPage() |
| | |
| | | |
| | | 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() |
| | |
| | | { |
| | | Gravity = Gravity.CenterHorizontal, |
| | | Width = Application.GetRealWidth(343), |
| | | Height = Application.GetRealWidth(88), |
| | | Height = Application.GetRealWidth(45), |
| | | BackgroundColor = CSS_Color.MainBackgroundColor, |
| | | Radius = (uint)Application.GetRealHeight(12), |
| | | BorderColor = 0x00FFFFFF, |