| | |
| | | //圆形进度条临时关闭
|
| | | Common.CommonPage.Loading.Hide();
|
| | | }
|
| | |
|
| | | //容器
|
| | | bodyFrameLayout = new FrameLayout();
|
| | | bodyFrameLayout.BackgroundColor = UserCenterColor.Current.DialogBackColor;
|
| | | Common.CommonPage.Instance.AddChidren(bodyFrameLayout);
|
| | |
|
| | | var nowForm = UserView.HomePage.Instance.GetChildren(UserView.HomePage.Instance.ChildrenCount - 1);
|
| | | if (nowForm != null && (nowForm is ViewGroup) == true)
|
| | | {
|
| | | ((ViewGroup)nowForm).AddChidren(bodyFrameLayout);
|
| | | }
|
| | |
|
| | | var frameBack = new FrameLayout();
|
| | | frameBack.Width = Application.GetRealWidth(674);
|