| | |
| | | roomInfoView.AddChidren(new Button() { X = Application.GetRealWidth(16), Height = Application.GetRealHeight(1), Width = Application.GetRealWidth(343), BackgroundColor = CSS_Color.DividingLineColor }); |
| | | #endregion |
| | | #region 分享 |
| | | if (pageTitleId != StringId.AddRoom) |
| | | { |
| | | sharedView = new FrameLayout() |
| | | { |
| | | Height = Application.GetRealHeight(50), |
| | |
| | | }; |
| | | sharedView.AddChidren(btnSharedRight); |
| | | roomInfoView.AddChidren(new Button() { X = Application.GetRealWidth(16), Height = Application.GetRealHeight(1), Width = Application.GetRealWidth(343), BackgroundColor = CSS_Color.DividingLineColor }); |
| | | } |
| | | #endregion |
| | | #region 功能管理 |
| | | functionManagemantView = new FrameLayout() |