| | |
| | | framePic.Width = Application.GetMinRealAverage(887);
|
| | | framePic.Height = Application.GetMinRealAverage(444);
|
| | | framePic.Gravity = Gravity.CenterHorizontal;
|
| | | framePic.Radius = 8;
|
| | | framePic.Radius = (uint)Application.GetRealHeight(17);
|
| | | framePic.BackgroundColor = UserCenterColor.Current.BodyFrameLayout;
|
| | | bodyFrameLayout.AddChidren(framePic);
|
| | | var btnPic = new ImageView();
|
| | | btnPic.Radius = 8;
|
| | | btnPic.Radius = (uint)Application.GetRealHeight(17);
|
| | | framePic.AddChidren(btnPic);
|
| | | if (this.editorRoom.BackgroundImageType == 0)
|
| | | {
|