| | |
| | | FrameLayout topView = new FrameLayout() |
| | | { |
| | | Y = Application.GetRealHeight(10), |
| | | Height = Application.GetRealHeight(64), |
| | | Height = Application.GetRealHeight(74), |
| | | BackgroundColor = CSS_Color.TopViewColor, |
| | | }; |
| | | bodyView.AddChidren(topView); |
| | |
| | | TextColor = CSS_Color.PromptingColor1, |
| | | SelectedTextColor = CSS_Color.MainColor, |
| | | TextID = StringId.Rooms, |
| | | IsSelected = true |
| | | IsSelected = true, |
| | | IsBold = true, |
| | | }; |
| | | topView.AddChidren(btnRoomTilte); |
| | | |
| | |
| | | |
| | | contentPageView = new PageLayout() |
| | | { |
| | | Y = Application.GetRealHeight(64), |
| | | Y = Application.GetRealHeight(74), |
| | | Height = Application.GetRealHeight(667 - 64 - 49 + 30 - 10), |
| | | BackgroundColor = CSS_Color.MainBackgroundColor, |
| | | IsShowPoint = false |