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/CommonBase/Controls/CompoundControls/SafeguardLogControl.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/CompoundControls/SafeguardLogControl.cs b/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/CompoundControls/SafeguardLogControl.cs
old mode 100644
new mode 100755
index 8bf882e..1ec9341
--- a/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/CompoundControls/SafeguardLogControl.cs
+++ b/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/CompoundControls/SafeguardLogControl.cs
@@ -53,7 +53,7 @@
{
this.frameTable = new FrameLayout();
frameTable.Gravity = Gravity.CenterHorizontal;
- frameTable.Radius = 8;
+ frameTable.Radius = (uint)Application.GetRealHeight(17);
frameTable.Height= Application.GetRealHeight(260);
frameTable.Width = Application.GetRealWidth(968);
frameTable.BackgroundColor = UserCenterColor.Current.White;
--
Gitblit v1.8.0