| | |
| | | IsBold = true, |
| | | }; |
| | | midTopFrameLayout.AddChidren(btnDoorLockTitle); |
| | | //获取Mac名字 |
| | | btnDoorLockTitle.Text = Common.LocalDevice.Current.GetDeviceMacName(doorLock); |
| | | |
| | | var btnRecordFrameLayout = new FrameLayout() |
| | | { |
| | | Width = Application.GetRealWidth(69+15+46), |
| | | Height = Application.GetRealHeight(69+46 * 2), |
| | | X = Application.GetRealWidth(752-46), |
| | | }; |
| | | midTopFrameLayout.AddChidren(btnRecordFrameLayout); |
| | | |
| | | //记录 |
| | | btnRecordFrameLayout = new FrameLayout() |
| | |
| | | btnNormallyOpenFrameLayout.AddChidren(btnNormallyOpen); |
| | | |
| | | #region 背景圆角设置 |
| | | var btnCurrentTopFrameLayout = new FrameLayout() |
| | | { |
| | | Height = Application.GetRealHeight(50), |
| | | Width = Application.GetRealWidth(965), |
| | | BackgroundColor = ZigbeeColor.Current.XMBlack, |
| | | Y = Application.GetRealHeight(1100), |
| | | }; |
| | | midTopFrameLayout.AddChidren(btnCurrentTopFrameLayout); |
| | | |
| | | var btnCurrentTopFrameLayout = new FrameLayout() |
| | | { |
| | | Height = Application.GetRealHeight(50), |