From 163777d8a2cb7cfa469f54a7042528870ebc10a3 Mon Sep 17 00:00:00 2001
From: 黄学彪 <hxb@hdlchina.com.cn>
Date: 星期一, 09 十二月 2019 17:46:20 +0800
Subject: [PATCH] 一个新版本

---
 ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Form/AreaCodeSelectForm.cs |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Form/AreaCodeSelectForm.cs b/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Form/AreaCodeSelectForm.cs
index b00607f..a3a4704 100755
--- a/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Form/AreaCodeSelectForm.cs
+++ b/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Form/AreaCodeSelectForm.cs
@@ -50,7 +50,7 @@
             var frameBack = new FrameLayout();
             frameBack.Width = Application.GetRealWidth(850);
             frameBack.Height = Application.GetRealHeight(1342);
-            frameBack.Radius = 6;
+            frameBack.Radius = (uint)Application.GetRealHeight(17);
             frameBack.BackgroundColor = UserCenterColor.Current.White;
             frameBack.Gravity = Gravity.CenterHorizontal;
             frameBack.Y = Application.GetRealHeight(328);
@@ -59,7 +59,7 @@
             this.listView = new VerticalListControl(3);
             listView.Y = Application.GetRealHeight(164 - 11);
             listView.Height = frameBack.Height - Application.GetRealHeight(164 - 11);
-            listView.Radius = frameBack.Radius;
+            listView.Radius = (uint)Application.GetRealHeight(17);
             frameBack.AddChidren(listView);
 
             //璇烽�夋嫨鍖哄彿
@@ -300,7 +300,7 @@
                 //妗屽竷鎺т欢
                 this.Width = Application.GetRealWidth(458);
                 this.Height = Application.GetRealHeight(104);
-                this.Radius = 6;
+                this.Radius = (uint)Application.GetRealHeight(17);
                 this.BorderColor = 0xffbfc1c2;
                 this.BorderWidth = (uint)Application.GetMinRealAverage(3);
             }

--
Gitblit v1.8.0