From c26d742cef5ac268ca902b6605512b6476a26bc2 Mon Sep 17 00:00:00 2001 From: gxc <guoxuecheng@guoxuechengdeMacBook-Pro.local> Date: 星期四, 05 十二月 2019 15:22:27 +0800 Subject: [PATCH] 2019.12.5 --- ZigbeeApp/Shared/Phone/Device/Account/PhoneEmailForm.cs | 20 ++++++-------------- 1 files changed, 6 insertions(+), 14 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/Device/Account/PhoneEmailForm.cs b/ZigbeeApp/Shared/Phone/Device/Account/PhoneEmailForm.cs index 1ce5079..040cc07 100644 --- a/ZigbeeApp/Shared/Phone/Device/Account/PhoneEmailForm.cs +++ b/ZigbeeApp/Shared/Phone/Device/Account/PhoneEmailForm.cs @@ -21,8 +21,6 @@ /// </summary> private FrameLayout PhoneEmailFL; - - public PhoneEmailForm() { } @@ -142,7 +140,7 @@ accountFL.AddChidren(PhoneZoneBtn); PhoneZoneBtn.MouseUpEventHandler += (sender, e) => { - var form = new AreaCodeSelectForm(); parFL.AddChidren(form); form.InitForm(); form.ShowForm(); form.FinishSelectEvent += (code) => { (sender as Button).Text = "+" + code; }; + var form = new AreaCodeSelectForm(); parFL.AddChidren(form); form.InitForm(); form.ShowForm(); form.FinishSelectEvent += (code) => { (sender as Button).Text = "+" + code; CommonPage.PhoneZoneStr = code; }; //var zoneListView = new PhoneZone { }; //zoneListView.ActionSelectedZone += (zone) => @@ -156,7 +154,7 @@ AccountET = new EditText() { - X = Application.GetRealWidth(193), + X = Application.GetRealWidth(222), Width = Application.GetRealWidth(600), Height = Application.GetRealHeight(Button_Height), Gravity = Gravity.CenterVertical, @@ -178,8 +176,6 @@ }; accountFL.AddChidren(accountLine); } - - } public class PhoneLoginRowForm : FrameLayout @@ -244,8 +240,6 @@ }; accountFL.AddChidren(accountLine); } - - } public class EmailRowForm : FrameLayout @@ -448,7 +442,7 @@ /// VerificationCodeET /// </summary> public EditText VerificationCodeET; - + /// <summary> /// Init /// </summary> @@ -573,7 +567,7 @@ PasswrodET = new EditText() { - X = Application.GetRealWidth(236), + X = Application.GetRealWidth(222), Width = Application.GetRealWidth(550), Height = Application.GetRealHeight(Button_Height), Gravity = Gravity.CenterVertical, @@ -894,7 +888,7 @@ SelectedBackgroundColor=ZigbeeColor.Current.GXCButtonSelectedColor, Enable = false, IsSelected = false, - Radius=(uint)Application.GetRealHeight(20) + Radius=(uint)Application.GetRealHeight(12) }; codeFL.AddChidren(SendCodeBtn); @@ -1042,7 +1036,7 @@ SelectedBackgroundColor = ZigbeeColor.Current.GXCButtonSelectedColor, Enable = false, IsSelected = false, - Radius = (uint)Application.GetRealHeight(20) + Radius = (uint)Application.GetRealHeight(12) }; codeFL.AddChidren(SendCodeBtn); @@ -1113,8 +1107,6 @@ t.Dispose(); base.RemoveFromParent(); } - } - } -- Gitblit v1.8.0