| | |
| | | Width = Application.GetRealWidth(343), |
| | | Height = Application.GetRealWidth(192),//2020-12-01 房间图片比例改回16:9 |
| | | //UnSelectedImagePath = room.backgroundImage, |
| | | ImagePath = room.backgroundImage, |
| | | //ImagePath = room.backgroundImage, |
| | | Radius = (uint)Application.GetRealWidth(12), |
| | | //Radius = (uint)Application.GetRealWidth(6), |
| | | }; |
| | | roomBgView.AddChidren(btnRoomBg); |
| | | |
| | | //2020-12-03 修改图片加载方法 |
| | | ImageUtlis.Current.LoadLocalOrNetworkImages(room.backgroundImage, btnRoomBg); |
| | | |
| | | //房间信息编辑区域 |
| | | roomInfoView = new VerticalScrolViewLayout() |
| | | { |