ZigbeeApp/Shared/Phone/UserCenter/Abount/AbountForm.cs
@@ -86,11 +86,11 @@ btnLogo.UnSelectedImagePath = "Account/Logo_White.png"; btnLogo.Gravity = Gravity.Center; frameLogoBackground.AddChidren(btnLogo); //HDL Home //Evoyo Home var btnName = new NormalViewControl(700, 60, true); btnName.Y = Application.GetRealHeight(294); btnName.Gravity = Gravity.CenterHorizontal; btnName.Text = "HDL Home"; btnName.Text = "Evoyo Home"; btnName.TextSize = 15; btnName.TextColor = ZigbeeColor.Current.GXCTextDeepBlackColor; btnName.TextAlignment = TextAlignment.Center;