| | |
| | | |
| | | this.CalculatedPosition();//重新计算宽度 |
| | | |
| | | var btnDoorlockStatus = new Button() |
| | | Button btnDoorlockStatus; |
| | | btnDoorlockStatus = new Button() |
| | | { |
| | | Width = Application.GetRealWidth(200), |
| | | Height = Application.GetRealHeight(62), |
| | |
| | | TextSize = 16, |
| | | }; |
| | | whiteFl.AddChidren(btnDoorlockStatus); |
| | | |
| | | |
| | | int heightY = btnDoorLockIcon.Bottom + Application.GetRealHeight(133); |
| | | //实时视频 |
| | | rtvFL = new CustomFrameLayout(CustomFrameLayout.widthFrameLayout, CustomFrameLayout.heightFrameLayout); |
| | |
| | | userManagerView.GetTextButton().TextID = StringId.UserManagement; |
| | | |
| | | userManagerView.SetClickListener((fl, btnImage, btnText) => { |
| | | var page = new VideoDoorlockUserListPage(device); |
| | | MainPage.BasePageView.AddChidren(page); |
| | | page.LoadPage(); |
| | | MainPage.BasePageView.PageIndex = MainPage.BasePageView.ChildrenCount - 1; |
| | | |
| | | }); |
| | | |