From 5986f63b75bd81c6cef262c670e9251c038cbf5d Mon Sep 17 00:00:00 2001 From: 黄学彪 <hxb@hdlchina.com.cn> Date: 星期二, 17 十二月 2019 17:21:07 +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