| | |
| | | var view1 = new FrameLayout(); |
| | | pageView.AddChidren(view1); |
| | | var view2 = new FrameLayout(); |
| | | pageView.AddChidren(view2); |
| | | if (!Entity.DB_ResidenceData.Instance.SupportFVDevice) {//非全视通展示通话记录 |
| | | pageView.AddChidren(view2); |
| | | } |
| | | View1(view1, videoList); |
| | | View2(view2, listCall, videoList); |
| | | Button btn11 = new Button |
| | |
| | | BackgroundColor = MusicColor.SelectedColor, |
| | | Radius = (uint)Application.GetRealHeight(4), |
| | | }; |
| | | view1.AddChidren(btn11); |
| | | //view1.AddChidren(btn11); |
| | | |
| | | Button btn12 = new Button |
| | | { |
| | |
| | | BackgroundColor = 0x404484F4, |
| | | Radius = (uint)Application.GetRealHeight(4), |
| | | }; |
| | | view1.AddChidren(btn12); |
| | | //view1.AddChidren(btn12); |
| | | if (!Entity.DB_ResidenceData.Instance.SupportFVDevice) |
| | | {//非全视通展示下方选择按钮 |
| | | view1.AddChidren(btn11); |
| | | view1.AddChidren(btn12); |
| | | } |
| | | |
| | | Button btn21 = new Button |
| | | { |
| | | X = Application.GetRealWidth(170), |
| | |
| | | Lc_Psk = video.deviceId,//2021-10-15 PSK字段不能取deviceName |
| | | Lc_PlayToken = video.playToken, |
| | | deviceSipAccount = video.deviceSipAccount, |
| | | HomeId = video.homeId |
| | | HomeId = video.homeId, |
| | | deviceCode=video.deviceCode |
| | | }; |
| | | |
| | | ESOnVideo.Current.ShowESVideoMonitor(eSVideoInfo, video.interphoneType); |
| | | } |
| | | }; |