From 3291885285dfd5d4f665c20676307878dc3163bc Mon Sep 17 00:00:00 2001
From: xm <1271024303@qq.com>
Date: 星期五, 20 十二月 2019 16:28:53 +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
old mode 100644
new mode 100755
index d1e2ed5..fe32bb6
--- 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