| | |
| | | frameBack.AddChidren(frameDetail);
|
| | |
|
| | | //用户头像
|
| | | var btnIcon = new IconViewControl(294);
|
| | | var btnIcon = new ImageView();
|
| | | btnIcon.Height = Application.GetMinRealAverage(294);
|
| | | btnIcon.Width = Application.GetMinRealAverage(294);
|
| | | btnIcon.Radius = (uint)Application.GetMinRealAverage(294) / 2;
|
| | | btnIcon.Y = Application.GetRealHeight(121);
|
| | | btnIcon.Gravity = Gravity.CenterHorizontal;
|
| | | btnIcon.UnSelectedImagePath = UserCenterResourse.UserInfo.UserIconFile;
|
| | | btnIcon.ImagePath = UserCenterResourse.UserInfo.UserIconFile;
|
| | | frameBack.AddChidren(btnIcon);
|
| | | //用户名
|
| | | var btnUser = new NormalViewControl(frameBack.Width, Application.GetRealHeight(46), false);
|