From 2e431231cf701802272f71bfe306a77f592ea084 Mon Sep 17 00:00:00 2001
From: chenqiyang <1406175257@qq.com>
Date: 星期五, 26 八月 2022 10:46:21 +0800
Subject: [PATCH] 修改全视通可视对讲ip地址及相关参数配置
---
ZigbeeApp/Shared/Phone/UserCenter/DoorLock/DoorlockDialog.cs | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/ZigbeeApp/Shared/Phone/UserCenter/DoorLock/DoorlockDialog.cs b/ZigbeeApp/Shared/Phone/UserCenter/DoorLock/DoorlockDialog.cs
index 228c616..66b0c5a 100755
--- a/ZigbeeApp/Shared/Phone/UserCenter/DoorLock/DoorlockDialog.cs
+++ b/ZigbeeApp/Shared/Phone/UserCenter/DoorLock/DoorlockDialog.cs
@@ -98,7 +98,7 @@
Y = Application.GetRealHeight(691 - 184),
X = Application.GetRealWidth(144),
BackgroundColor = Shared.Common.ZigbeeColor.Current.XMWhite,
- Radius = 6,
+ Radius = (uint)Application.GetRealHeight(17),
};
flMain.AddChidren(dialogFrameLayout);
@@ -154,7 +154,7 @@
Height = Application.GetRealHeight(128) - 1,
Y = Application.GetRealHeight(380) + 1,
BackgroundColor = Shared.Common.ZigbeeColor.Current.XMMidFrameLayout,
- Radius = 6,
+ Radius = (uint)Application.GetRealHeight(17),
};
var r2FrameLayout = new FrameLayout
@@ -164,7 +164,7 @@
X = Application.GetRealWidth(397),
Y = Application.GetRealHeight(380) + 1,
BackgroundColor = Shared.Common.ZigbeeColor.Current.XMBlack,
- Radius = 6,
+ Radius = (uint)Application.GetRealHeight(17),
};
dialogFrameLayout.AddChidren(rFrameLayout0);
dialogFrameLayout.AddChidren(rFrameLayout1);
--
Gitblit v1.8.0