From 6edb41a89f56634a0684dedf65b29f9277002c7f Mon Sep 17 00:00:00 2001
From: gxc <guoxuecheng@guoxuechengdeMacBook-Pro.local>
Date: 星期四, 21 十一月 2019 17:58:15 +0800
Subject: [PATCH] 2019.11.21

---
 ZigbeeApp/Shared/Phone/Device/Account/PhoneEmailForm.cs |   14 +++-----------
 1 files changed, 3 insertions(+), 11 deletions(-)

diff --git a/ZigbeeApp/Shared/Phone/Device/Account/PhoneEmailForm.cs b/ZigbeeApp/Shared/Phone/Device/Account/PhoneEmailForm.cs
index 1ce5079..f6f8624 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()
         {
         }
@@ -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>
@@ -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