| | |
| | | }; |
| | | sView.AddChidren(view1); |
| | | |
| | | var userTypeView = new FrameLayout() |
| | | { |
| | | Width = Application.GetRealWidth(122), |
| | | Height = Application.GetRealHeight(58), |
| | | X = Application.GetRealWidth(270), |
| | | Y = Application.GetRealHeight(16), |
| | | BackgroundImagePath = "PersonalCenter/UserTypebg.png", |
| | | }; |
| | | view1.AddChidren(userTypeView); |
| | | |
| | | var btnUserTypeName = new Button() |
| | | { |
| | | X = Application.GetRealWidth(28), |
| | | Width = Application.GetRealWidth(80), |
| | | Height = Application.GetRealHeight(17 * 3), |
| | | TextAlignment = TextAlignment.CenterLeft, |
| | | TextColor = CSS_Color.MainBackgroundColor, |
| | | TextSize = CSS_FontSize.PromptFontSize_FirstLevel, |
| | | TextID = StringId.Member |
| | | }; |
| | | userTypeView.AddChidren(btnUserTypeName); |
| | | |
| | | var memberHeadImageView = new ImageView() |
| | | { |
| | | X = Application.GetRealWidth(16), |
| | |
| | | |
| | | LoadView_ChangeCreateSceneState(btnCreateSceneRight, btnCreateSceneTitle, memberInfo); |
| | | #endregion |
| | | |
| | | } |
| | | } |
| | | |
| | | } |
| | | } |