| | |
| | | TextSize = CSS_FontSize.HeadlineFontSize, |
| | | TextColor = CSS_Color.PromptingColor1, |
| | | SelectedTextColor = CSS_Color.MainColor, |
| | | TextID = InternationalizationString.Rooms, |
| | | TextID = StringId.Rooms, |
| | | IsSelected = true |
| | | }; |
| | | topView.AddChidren(btnRoomTilte); |
| | |
| | | TextSize = CSS_FontSize.TextFontSize, |
| | | TextColor = CSS_Color.PromptingColor1, |
| | | SelectedTextColor = CSS_Color.MainColor, |
| | | TextID = InternationalizationString.Devices, |
| | | TextID = StringId.Devices, |
| | | }; |
| | | topView.AddChidren(btnFuncTitle); |
| | | |
| | |
| | | /// <summary> |
| | | /// 房间内容显示区域 |
| | | /// </summary> |
| | | roomContentView = new FrameLayout() { |
| | | roomContentView = new FrameLayout() |
| | | { |
| | | Y = Application.GetRealHeight(64), |
| | | Height = Application.GetRealHeight(52), |
| | | BackgroundColor = CSS_Color.MainBackgroundColor, |
| | |
| | | /// <summary> |
| | | /// 房间区域,顶部区域 |
| | | /// </summary> |
| | | roomTopView = new FrameLayout() { |
| | | roomTopView = new FrameLayout() |
| | | { |
| | | Height = Application.GetRealHeight(53), |
| | | }; |
| | | roomContentView.AddChidren(roomTopView); |
| | |
| | | /// <summary> |
| | | /// 显示方式切换按钮 |
| | | /// </summary> |
| | | btnSwitchDipaly = new Button() { |
| | | btnSwitchDipaly = new Button() |
| | | { |
| | | X = Application.GetRealWidth(335), |
| | | Y = Application.GetRealHeight(12), |
| | | Width = Application.GetMinRealAverage(28), |
| | |
| | | /// <summary> |
| | | /// 房间列表区域 |
| | | /// </summary> |
| | | roomListView = new VerticalScrolViewLayout() { |
| | | roomListView = new VerticalScrolViewLayout() |
| | | { |
| | | Y = roomContentView.Bottom, |
| | | Height = Application.GetRealHeight(497+10), |
| | | BackgroundColor = CSS_Color.MainBackgroundColor, |