| | |
| | | #region 布局界面 |
| | | this.BackgroundColor = MusicColor.ViewColor; |
| | | var topView = new TopView(); |
| | | this.AddChidren(topView.TopFLayoutView()); |
| | | this.AddChidren(topView.TopFLayoutView()); |
| | | //if (xiMoVideoList.Count > 0) |
| | | //{ |
| | | // this.AddChidren(topView.TopFLayoutView()); |
| | | //} |
| | | //else |
| | | //{ |
| | | // this.AddChidren(topView.TopFLayoutView2()); |
| | | //} |
| | | topView.topNameBtn.TextID = StringId.keshiduijiang; |
| | | |
| | | |
| | | var pageView = new PageLayout() |
| | | { |
| | |
| | | /// <param name="video">可视对讲对象</param> |
| | | void View1(FrameLayout view1, List<Video> videoList) |
| | | { |
| | | |
| | | |
| | | #region 布局界面 |
| | | var bjFl = new FrameLayout |
| | | { |
| | |
| | | Width = Application.GetRealWidth(160), |
| | | Height = Application.GetRealWidth(160), |
| | | UnSelectedImagePath = "VideoIcon/keshiduijiang.png", |
| | | |
| | | }; |
| | | bjFl.AddChidren(intercomBtnIcon); |
| | | |