| | |
| | | var btnAuthority = new NormalViewControl(frame.Width, Application.GetRealHeight(50), false);
|
| | | btnAuthority.TextAlignment = TextAlignment.Center; |
| | | btnAuthority.Y = Application.GetRealHeight(400); |
| | | btnAuthority.TextColor = UserCenterColor.Current.TextGrayColor;
|
| | | btnAuthority.TextColor = UserCenterColor.Current.TextGrayColor1;
|
| | | if (memberInfo.AccountType == 1)
|
| | | {
|
| | | btnAuthority.TextID = R.MyInternationalizationString.Administrator;
|
| | |
| | | //该管理员已成为成员
|
| | | btnView.TextID = R.MyInternationalizationString.uSubAccountLevelIsDown;
|
| | | }
|
| | | btnView.TextColor = UserCenterColor.Current.TextGrayColor;
|
| | | btnView.TextColor = UserCenterColor.Current.TextGrayColor1;
|
| | | btnView.IsMoreLines = true;
|
| | | btnView.TextSize = 12;
|
| | | frame.AddChidren(btnView); |