From 5de5a26d3825b3182a7d3a18ed1cbdbb78a3f9aa Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期四, 23 七月 2020 16:39:59 +0800 Subject: [PATCH] 2020-07-23 --- HDL_ON/UI/UI1-Login/LoginPage.cs | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/HDL_ON/UI/UI1-Login/LoginPage.cs b/HDL_ON/UI/UI1-Login/LoginPage.cs index 880b3ec..4d112ea 100644 --- a/HDL_ON/UI/UI1-Login/LoginPage.cs +++ b/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 } -- Gitblit v1.8.0