wxr
2020-01-18 4cc04639fbadde3a7f3b9875353df0d90fc09043
HDL_ON/UI/UI1-Login/UI/LoginPage.cs
@@ -157,7 +157,8 @@
            };
            bodyView.AddChidren(btnIcon);
            var btnIcon_bg = new Button() {
            var btnIcon_bg = new Button()
            {
                X = Application.GetRealWidth(171),
                Y = Application.GetRealHeight(69),
                Width = Application.GetMinRealAverage(254),
@@ -182,7 +183,7 @@
                Y = Application.GetRealHeight(177),
                Width = Application.GetRealWidth(120),
                Height = Application.GetRealHeight(40),
                TextID = InternationalizationString.LoginByPhone,
                TextID = StringId.LoginByPhone,
                TextColor = CSS_Color.MainColor,
                TextAlignment = TextAlignment.CenterLeft,
                TextSize = CSS_FontSize.EmphasisFontSize_Secondary,
@@ -195,7 +196,7 @@
                Y = Application.GetRealHeight(177),
                Width = Application.GetRealWidth(100),
                Height = Application.GetRealHeight(40),
                TextID = InternationalizationString.LoginByEmail,
                TextID = StringId.LoginByEmail,
                TextColor = CSS_Color.PromptingColor1,
                TextAlignment = TextAlignment.Center,
                TextSize = CSS_FontSize.TextFontSize,
@@ -242,11 +243,11 @@
                TextColor = CSS_Color.FirstLevelTitleColor,
                TextSize = CSS_FontSize.TextFontSize,
                PlaceholderTextColor = CSS_Color.PromptingColor1,
                PlaceholderText = Language.StringByID(InternationalizationString.PlsEntryAccount),
                PlaceholderText = Language.StringByID(StringId.PlsEntryAccount),
            };
            accountView.AddChidren(etAccount);
            if(account != "")
            if (account != "")
            {
                etAccount.Text = account;
            }
@@ -314,7 +315,7 @@
                TextColor = CSS_Color.FirstLevelTitleColor,
                TextSize = CSS_FontSize.TextFontSize,
                PlaceholderTextColor = CSS_Color.PromptingColor1,
                PlaceholderText = Language.StringByID(InternationalizationString.PlsEntryPassword),
                PlaceholderText = Language.StringByID(StringId.PlsEntryPassword),
                SecureTextEntry = true,
            };
            passwordView.AddChidren(etPassword);
@@ -347,7 +348,7 @@
                Width = Application.GetRealWidth(56),
                TextColor = CSS_Color.FirstLevelTitleColor,
                TextAlignment = TextAlignment.CenterLeft,
                TextID = InternationalizationString.ForgetPassword,
                TextID = StringId.ForgetPassword,
                TextSize = 12,
            };
            passwordView.AddChidren(btnForgetPassword);
@@ -358,7 +359,7 @@
            {
                X = Application.GetRealWidth(219),
                Width = Application.GetRealWidth(100),
                TextID = InternationalizationString.GetVerificationCode,
                TextID = StringId.GetVerificationCode,
                TextColor = CSS_Color.MainColor,
                TextAlignment = TextAlignment.CenterRight,
                TextSize = CSS_FontSize.PromptFontSize_FirstLevel,
@@ -386,7 +387,7 @@
                Height = Application.GetRealHeight(17 + 12 + 12),
                TextColor = CSS_Color.FirstLevelTitleColor,
                TextSize = CSS_FontSize.PromptFontSize_FirstLevel,
                TextID = InternationalizationString.SingUp,
                TextID = StringId.SingUp,
                TextAlignment = TextAlignment.CenterLeft,
            };
            bodyView.AddChidren(btnRegister);
@@ -399,7 +400,7 @@
                Height = Application.GetRealHeight(51),
                TextColor = CSS_Color.FirstLevelTitleColor,
                TextSize = CSS_FontSize.PromptFontSize_FirstLevel,
                TextID = InternationalizationString.VerificationCodeLogin,
                TextID = StringId.VerificationCodeLogin,
                TextAlignment = TextAlignment.CenterRight,
            };
            bodyView.AddChidren(btnSwitchLoginMode);
@@ -415,7 +416,7 @@
                Radius = (uint)Application.GetRealHeight(22),
                SelectedBackgroundColor = CSS_Color.MainColor,
                BackgroundColor = CSS_Color.PromptingColor1,
                TextID = InternationalizationString.Login,
                TextID = StringId.Login,
                TextSize = CSS_FontSize.SubheadingFontSize,
                TextColor = CSS_Color.MainBackgroundColor,
                TextAlignment = TextAlignment.Center,