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/Controls/CompoundControls/TopRightMenuControl.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/CompoundControls/TopRightMenuControl.cs b/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/CompoundControls/TopRightMenuControl.cs
index 20b11a9..b1caac1 100755
--- a/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/CompoundControls/TopRightMenuControl.cs
+++ b/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/CompoundControls/TopRightMenuControl.cs
@@ -79,7 +79,7 @@
             frameTable.Height = Application.GetRealHeight(RowHeight * rowCount);
             frameTable.BackgroundColor = UserCenterColor.Current.White;
             frameTable.BorderColor = UserCenterColor.Current.Transparent;
-            frameTable.Radius = 6;
+            frameTable.Radius = (uint)Application.GetRealHeight(17);
             this.AddChidren(frameTable);
 
             if (titleText != null)
@@ -104,7 +104,7 @@
                 //鎷ユ湁鏍囬
                 listView.Y = Application.GetRealHeight(RowHeight);
             }
-            listView.Radius = frameTable.Radius;
+            listView.Radius = (uint)Application.GetRealHeight(17);
             frameTable.AddChidren(listView);
 
             //涓夎褰㈠浘鏍�

--
Gitblit v1.8.0