| | |
| | | bodyFrameLayout.AddChidren(frame);
|
| | |
|
| | | //用户图标
|
| | | string iconPath = System.IO.Path.Combine(UserCenterResourse.AccountOption.UserPictruePath, memberInfo.DistributedMark + ".png");
|
| | | string iconPath = System.IO.Path.Combine(HdlFileNameResourse.UserPictrueDirectory, memberInfo.ChildAccountId + ".png");
|
| | | var btnUserIcon = new ImageView();
|
| | | btnUserIcon.Height = this.GetPictrueRealSize(207);
|
| | | btnUserIcon.Width = this.GetPictrueRealSize(207);
|
| | |
| | | btnName.Y = Application.GetRealHeight(334);
|
| | | btnName.TextColor = UserCenterColor.Current.TextColor2;
|
| | | btnName.TextSize = 16;
|
| | | btnName.Text = memberInfo.UserName;
|
| | | if (string.IsNullOrEmpty(memberInfo.UserName) == true)
|
| | | {
|
| | | btnName.Text = memberInfo.Account;
|
| | | }
|
| | | btnName.Text = memberInfo.ShowName;
|
| | | frame.AddChidren(btnName);
|
| | |
|
| | | //权限
|