| | |
| | | } |
| | | #region ◆ 变量申明__________________________ |
| | | public FrameLayout topFrameLayout = new FrameLayout { Height = Application.GetRealHeight(184), BackgroundColor = ZigbeeColor.Current.XMTopFrameLayout }; |
| | | public FrameLayout midFrameLayout = new FrameLayout { Height = Application.GetRealHeight(1921 - 184), BackgroundColor = ZigbeeColor.Current.XMMidFrameLayout }; |
| | | public FrameLayout midFrameLayout = new FrameLayout { Height = Application.GetRealHeight(1925 - 184), BackgroundColor = ZigbeeColor.Current.XMMidFrameLayout }; |
| | | public FrameLayout bottomRadiusFrameLayout = new FrameLayout() |
| | | { |
| | | Height = Application.GetRealHeight(100), |
| | |
| | | X = Application.GetRealWidth(161), |
| | | Width = Application.GetRealWidth(1080 - 161), |
| | | Height = Application.GetRealWidth(69), |
| | | IsBold = true, |
| | | TextSize = 17, |
| | | IsBold = true |
| | | }; |
| | | public FrameLayout btnBackFrameLayout = new FrameLayout |
| | | { |
| | |
| | | |
| | | public Button btnBack = new Button |
| | | { |
| | | Height = Application.GetRealHeight(51), |
| | | Width = Application.GetRealWidth(30), |
| | | Height = Application.GetMinReal(51), |
| | | Width = Application.GetMinReal(30), |
| | | UnSelectedImagePath = "DoorLock/Left.png", |
| | | }; |
| | | |