黄学彪
2020-07-29 8ce0f9b1e568dd9125e74421cd02fbc29381c1f1
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);