黄学彪
2020-08-07 ec34983e291d1c85284472a27109d55891f9a6b5
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);