| | |
| | | Y = Application.GetRealHeight(691 - 184), |
| | | X = Application.GetRealWidth(144), |
| | | BackgroundColor = Shared.Common.ZigbeeColor.Current.XMWhite, |
| | | Radius = 6, |
| | | Radius = (uint)Application.GetRealHeight(17), |
| | | }; |
| | | flMain.AddChidren(dialogFrameLayout); |
| | | |
| | |
| | | Height = Application.GetRealHeight(128) - 1, |
| | | Y = Application.GetRealHeight(380) + 1, |
| | | BackgroundColor = Shared.Common.ZigbeeColor.Current.XMMidFrameLayout, |
| | | Radius = 6, |
| | | Radius = (uint)Application.GetRealHeight(17), |
| | | }; |
| | | |
| | | var r2FrameLayout = new FrameLayout |
| | |
| | | X = Application.GetRealWidth(397), |
| | | Y = Application.GetRealHeight(380) + 1, |
| | | BackgroundColor = Shared.Common.ZigbeeColor.Current.XMBlack, |
| | | Radius = 6, |
| | | Radius = (uint)Application.GetRealHeight(17), |
| | | }; |
| | | dialogFrameLayout.AddChidren(rFrameLayout0); |
| | | dialogFrameLayout.AddChidren(rFrameLayout1); |