wxr
2020-07-29 e322d91c7325019710bfdb046c5fea673031455a
HDL_ON/UI/UI2/4-PersonalCenter/MemberManagement/MemberManagementPage.cs
@@ -89,6 +89,28 @@
                };
                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),
@@ -269,9 +291,7 @@
                LoadView_ChangeCreateSceneState(btnCreateSceneRight, btnCreateSceneTitle, memberInfo);
                #endregion 
            }
        }
    }
}