File was renamed from ZigbeeApp20200414/Shared/Phone/UserCenter/Residence/EditorRoomInforForm.cs |
| | |
| | | //房间图片
|
| | | var btnPic = new ImageView();
|
| | | btnPic.Y = Application.GetRealHeight(60);
|
| | | btnPic.Width = Application.GetMinRealAverage(824);
|
| | | btnPic.Height = Application.GetMinRealAverage(549);
|
| | | btnPic.Width = this.GetPictrueRealSize(824);
|
| | | btnPic.Height = this.GetPictrueRealSize(549);
|
| | | btnPic.Radius = (uint)Application.GetRealHeight(17);
|
| | | btnPic.Gravity = Gravity.CenterHorizontal;
|
| | | if (this.editorRoom.BackgroundImageType == 0)
|