From c1de48884fa145a16a0f8bcee93274dcfaa0ff82 Mon Sep 17 00:00:00 2001
From: xm <1271024303@qq.com>
Date: 星期四, 07 五月 2020 10:40:28 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/dev-tzy' into dev-2020xm

---
 ZigbeeApp/Shared/Phone/Login/AccountLoginForm.cs |   14 +++++---------
 1 files changed, 5 insertions(+), 9 deletions(-)

diff --git a/ZigbeeApp/Shared/Phone/Login/AccountLoginForm.cs b/ZigbeeApp/Shared/Phone/Login/AccountLoginForm.cs
index 1def82e..859f605 100755
--- a/ZigbeeApp/Shared/Phone/Login/AccountLoginForm.cs
+++ b/ZigbeeApp/Shared/Phone/Login/AccountLoginForm.cs
@@ -189,10 +189,10 @@
             var btnTiyan = new NormalViewControl(300, 100, true);
             btnTiyan.Y = btnLoginByCode.Y;
             btnTiyan.TextAlignment = TextAlignment.Center;
-            btnTiyan.TextColor = UserCenterColor.Current.TextGrayColor3;
+            btnTiyan.TextColor = UserCenterColor.Current.TextOrangeColor;
             btnTiyan.TextSize = 12;
             btnTiyan.Gravity = Gravity.CenterHorizontal;
-            btnTiyan.Text = "娓稿浣撻獙";
+            btnTiyan.TextID = R.MyInternationalizationString.uExperienceAccount;
             frameMidBack.AddChidren(btnTiyan);
             btnTiyan.ButtonClickEvent += (sender, e) =>
             {
@@ -637,14 +637,10 @@
             //瀛椾綋鎬诲搴�
             int fontWidth = 0;
             int btnWidth = 0;
-#if Android
+
             //鐗规畩鐨勮宸��
-            int speceilValue = Application.GetRealWidth(20);
-#endif
-#if iOS
-            //鐗规畩鐨勮宸��
-            int speceilValue = Application.GetRealWidth(10);
-#endif
+            int speceilValue = ControlCommonResourse.TwoTextSpace;
+
             //鎴戝凡闃呰骞跺悓鎰�
             var btnMsg1 = new NormalViewControl(100, 90, true);
             btnMsg1.Gravity = Gravity.CenterVertical;

--
Gitblit v1.8.0