wxr
2020-07-23 5de5a26d3825b3182a7d3a18ed1cbdbb78a3f9aa
HDL_ON/UI/UI1-Login/LoginPage.cs
@@ -155,6 +155,7 @@
        /// </summary>
        public void LoadView(string account = "")
        {
            Language.CurrentLanguage = "Chinese";
            var btnIcon = new Button()
            {
                X = Application.GetRealWidth(28),
@@ -200,7 +201,7 @@
            btnEmailLogin = new Button()
            {
                X = btnPhoneLogin.Right,
                X = btnPhoneLogin.Right + Application.GetRealWidth(20),
                Y = Application.GetRealHeight(177),
                Width = Application.GetRealWidth(100),
                Height = Application.GetRealHeight(40),
@@ -229,7 +230,6 @@
                TextColor = CSS_Color.FirstLevelTitleColor,
                Text = "+86",
                TextSize = CSS_FontSize.TextFontSize,
                BackgroundColor = 0xffff0000
            };
            if (loginType == 0)
                accountView.AddChidren(btnGlobalRoaming);
@@ -268,7 +268,6 @@
                Height = Application.GetRealHeight(1),
            };
            accountView.AddChidren(btnAccountViewBottomLine);
            btnAccountIcon = new Button()
            {
@@ -458,6 +457,8 @@
                MainPage.GoUserPage();
            };
            MainPage.Log("etAccount.TextAlignment : " + etAccount.TextAlignment.ToString());
            #endif
        }