| | |
| | | using HDL_ON.UI.CSS; |
| | | using HDL_ON.UI; |
| | | |
| | | namespace HDL_ON.UI2 |
| | | namespace HDL_ON.UI |
| | | { |
| | | public partial class PersonalCenterPage : FrameLayout |
| | | { |
| | |
| | | TextAlignment = TextAlignment.Center, |
| | | TextColor = CSS_Color.FirstLevelTitleColor, |
| | | TextSize = CSS_FontSize.SubheadingFontSize, |
| | | Text ="不愿意透露姓名的用户" |
| | | Text = string.IsNullOrEmpty(MainPage.LoginUser.UserName) ? "不愿意透露姓名的用户" : MainPage.LoginUser.UserName |
| | | }; |
| | | personalInfoView.AddChidren(btnUserName); |
| | | if (!string.IsNullOrEmpty(MainPage.LoginUser.UserName)) |
| | |
| | | Height = Application.GetMinRealAverage(16), |
| | | X = Application.GetRealWidth(16), |
| | | Y = Application.GetRealHeight(25), |
| | | UnSelectedImagePath = "PersonalCenter/DownIcon.png", |
| | | UnSelectedImagePath = "0Common/DownIcon.png", |
| | | }; |
| | | residenceInfoView.AddChidren(btnResidenceDownIcon); |
| | | |