From 23fb45dd846ed8b62304c408c6bbe64265d4ac8b Mon Sep 17 00:00:00 2001
From: 黄学彪 <hxb@hdlchina.com.cn>
Date: 星期五, 20 十二月 2019 18:57:16 +0800
Subject: [PATCH] 代码合并

---
 ZigbeeApp/Shared/Phone/UserCenter/Residence/EditorRoomInforForm.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ZigbeeApp/Shared/Phone/UserCenter/Residence/EditorRoomInforForm.cs b/ZigbeeApp/Shared/Phone/UserCenter/Residence/EditorRoomInforForm.cs
index d1e2ed5..fe32bb6 100755
--- a/ZigbeeApp/Shared/Phone/UserCenter/Residence/EditorRoomInforForm.cs
+++ b/ZigbeeApp/Shared/Phone/UserCenter/Residence/EditorRoomInforForm.cs
@@ -65,11 +65,11 @@
             framePic.Width = Application.GetMinRealAverage(887);
             framePic.Height = Application.GetMinRealAverage(444);
             framePic.Gravity = Gravity.CenterHorizontal;
-            framePic.Radius = 8;
+            framePic.Radius = (uint)Application.GetRealHeight(17);
             framePic.BackgroundColor = UserCenterColor.Current.BodyFrameLayout;
             bodyFrameLayout.AddChidren(framePic);
             var btnPic = new ImageView();
-            btnPic.Radius = 8;
+            btnPic.Radius = (uint)Application.GetRealHeight(17);
             framePic.AddChidren(btnPic);
             if (this.editorRoom.BackgroundImageType == 0)
             {

--
Gitblit v1.8.0