| | |
| | | |
| | | public void LoadPage() |
| | | { |
| | | new TopViewDiv(bodyView, Language.StringByID(StringId.FacePassage)).LoadTopView(); |
| | | var topNavView = new TopViewDiv(bodyView, Language.StringByID(StringId.FacePassage)); |
| | | topNavView.maginY = 10; |
| | | topNavView.LoadTopView(); |
| | | |
| | | bodyView.BackgroundColor = CSS_Color.BackgroundColor; |
| | | |
| | | |
| | | contentView = new FrameLayout() |
| | | { |
| | | Y = Application.GetRealHeight(64), |
| | | Height = Application.GetRealHeight(667 - 64), |
| | | Y = Application.GetRealHeight(64+10), |
| | | Height = Application.GetRealHeight(667 - 64 - 10), |
| | | }; |
| | | bodyView.AddChidren(contentView); |
| | | |
| | |
| | | }; |
| | | communityRow.AddChidren(btnCommunityTitle); |
| | | |
| | | |
| | | btnCommunityAccessControlIcon = new Button() |
| | | { |
| | | X = Application.GetRealWidth(314), |
| | |
| | | }; |
| | | |
| | | #endregion |
| | | |
| | | |
| | | var btnTip = new Button() |
| | | { |
| | |
| | | btnEraseData.RemoveFromParent(); |
| | | btnSetFaceId.TextID = StringId.SetFace; |
| | | } |
| | | |
| | | |
| | | |
| | | |
| | | /// <summary> |
| | | /// 加载图标选择选项 |
| | |
| | | Utlis.WriteLine("上传结果:" + pack.message); |
| | | uploadResultAction?.Invoke(pack.Code == StateCode.SUCCESS); |
| | | } |
| | | |
| | | } |
| | | catch (Exception ex) |
| | | { |
| | |
| | | }) |
| | | { IsBackground = true }.Start(); |
| | | } |
| | | catch { } |
| | | catch (Exception ex) { |
| | | MainPage.Log(ex.Message); |
| | | } |
| | | } |
| | | |
| | | |