ZigbeeApp/Shared/Phone/UserView/LoginLoading.cs
@@ -27,12 +27,12 @@ btnIcon.Gravity = Gravity.CenterHorizontal; this.AddChidren(btnIcon); //Hdl Home //Evoyo Home var btnText = new Button(); btnText.Height = Application.GetRealHeight(70); btnText.Y = btnIcon.Bottom; btnText.TextAlignment = TextAlignment.Center; btnText.Text = "HDL Home"; btnText.Text = "Evoyo Home"; btnText.TextColor = UserCenter.UserCenterColor.Current.White; btnText.TextSize = 16; this.AddChidren(btnText);