| | |
| | | { |
| | | Width = Application.GetRealWidth(717), |
| | | Height = Application.GetRealHeight(478), |
| | | Radius = (uint)Application.GetRealHeight(17) |
| | | Radius = (uint)Application.GetRealHeight(17), |
| | | Tag = "R" |
| | | }; |
| | | AddChidren(roomBackView); |
| | | |
| | | var roomImg = new ImageView() |
| | | { |
| | | ImagePath = room.BackgroundImageType == 0 ? room.BackgroundImage : System.IO.Path.Combine(Config.Instance.FullPath, room.BackgroundImage), |
| | | Radius = (uint)Application.GetRealHeight(17) |
| | | Radius = (uint)Application.GetRealHeight(17), |
| | | Tag = "R" |
| | | }; |
| | | roomBackView.AddChidren(roomImg); |
| | | |