From 0d9f64668fd7350d6a21fd157e32009a96d98134 Mon Sep 17 00:00:00 2001
From: 黄学彪 <hxb@hdlchina.com.cn>
Date: 星期三, 16 十二月 2020 13:09:08 +0800
Subject: [PATCH] 新云端代码Ver1.2

---
 ZigbeeApp/Shared/Phone/UserCenter/Device/DoorLock/DoorLockScreeningTypeForm.cs |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/ZigbeeApp/Shared/Phone/UserCenter/Device/DoorLock/DoorLockScreeningTypeForm.cs b/ZigbeeApp/Shared/Phone/UserCenter/Device/DoorLock/DoorLockScreeningTypeForm.cs
index a3b41d3..ecf7416 100755
--- a/ZigbeeApp/Shared/Phone/UserCenter/Device/DoorLock/DoorLockScreeningTypeForm.cs
+++ b/ZigbeeApp/Shared/Phone/UserCenter/Device/DoorLock/DoorLockScreeningTypeForm.cs
@@ -112,8 +112,8 @@
             {
                 detailBackFrame.RemoveAll();
                 //绾�
-                var btnLine2 = new NormalViewControl(detailBackFrame.Width, ControlCommonResourse.BottomLineHeight, false);
-                btnLine2.Y = Application.GetRealHeight(138) - ControlCommonResourse.BottomLineHeight - halfRoundHeigth;
+                var btnLine2 = new NormalViewControl(detailBackFrame.Width, HdlControlResourse.BottomLineHeight, false);
+                btnLine2.Y = Application.GetRealHeight(138) - HdlControlResourse.BottomLineHeight - halfRoundHeigth;
                 btnLine2.BackgroundColor = UserCenterColor.Current.ButtomLine;
                 detailBackFrame.AddChidren(btnLine2);
 
@@ -145,8 +145,8 @@
             };
 
             //绾�
-            var btnLine = new NormalViewControl(detailBackFrame.Width, ControlCommonResourse.BottomLineHeight, false);
-            btnLine.Y = Application.GetRealHeight(138) - ControlCommonResourse.BottomLineHeight - halfRoundHeigth;
+            var btnLine = new NormalViewControl(detailBackFrame.Width, HdlControlResourse.BottomLineHeight, false);
+            btnLine.Y = Application.GetRealHeight(138) - HdlControlResourse.BottomLineHeight - halfRoundHeigth;
             btnLine.BackgroundColor = UserCenterColor.Current.ButtomLine;
             detailBackFrame.AddChidren(btnLine);
 
@@ -234,7 +234,7 @@
             }
 
             //绾�
-            var btnLine = new NormalViewControl(Application.GetRealWidth(919), ControlCommonResourse.BottomLineHeight, false);
+            var btnLine = new NormalViewControl(Application.GetRealWidth(919), HdlControlResourse.BottomLineHeight, false);
             btnLine.Gravity = Gravity.CenterHorizontal;
             btnLine.Y = YY + Application.GetRealHeight(386);
             btnLine.BackgroundColor = UserCenterColor.Current.ButtomLine;

--
Gitblit v1.8.0