| | |
| | | TextColor = CSS_Color.FirstLevelTitleColor, |
| | | TextSize = CSS_FontSize.TextFontSize, |
| | | IsBold = true, |
| | | Text = memberInfo.UserName |
| | | Text = memberInfo.nickName |
| | | }; |
| | | view1.AddChidren(btnMemberName); |
| | | |
| | |
| | | TextAlignment = TextAlignment.CenterRight, |
| | | TextColor = CSS_Color.PromptingColor1, |
| | | TextSize = CSS_FontSize.TextFontSize, |
| | | Text = memberInfo.Nickname |
| | | Text = memberInfo.nickName |
| | | }; |
| | | view2.AddChidren(btnNickname); |
| | | |
| | |
| | | Height = Application.GetMinRealAverage(38), |
| | | UnSelectedImagePath = "Public/Switch_2.png", |
| | | SelectedImagePath = "Public/SwitchOn_2.png", |
| | | IsSelected = memberInfo.IsAllowCreateScene |
| | | IsSelected = memberInfo.isAllowCreateScene |
| | | }; |
| | | view4.AddChidren(btnCreateSceneRight); |
| | | |