From 18a7f9f40e5fab3bee5d4ac3d8fd0273dea052d6 Mon Sep 17 00:00:00 2001
From: 黄学彪 <hxb@hdlchina.com.cn>
Date: 星期日, 26 四月 2020 12:05:28 +0800
Subject: [PATCH] 先上传一个非最新的版本

---
 ZigbeeApp/Shared/Phone/Login/PhoneZone.cs |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/ZigbeeApp/Shared/Phone/Login/PhoneZone.cs b/ZigbeeApp/Shared/Phone/Login/PhoneZone.cs
index a9e1ac4..e91aa2e 100755
--- a/ZigbeeApp/Shared/Phone/Login/PhoneZone.cs
+++ b/ZigbeeApp/Shared/Phone/Login/PhoneZone.cs
@@ -184,15 +184,16 @@
             };
             phoneZoneSelectedShowView.AddChidren(phoneZoneListView);
 
-            var okBtn = new CommonForm.CompleteButton(1166, 668, 127);
-            phoneZoneSelectedShowView.AddChidren(okBtn);
-            okBtn.MouseUpEventHandler += (sender, e) =>
+            var btnOk = new UserCenter.BottomClickButton(668);
+            btnOk.Y = Application.GetRealHeight(1166);
+            btnOk.TextID = R.MyInternationalizationString.Complete;
+            phoneZoneSelectedShowView.AddChidren(btnOk);
+            btnOk.ButtonClickEvent += (sender, e) =>
             {
                 ActionSelectedZone?.Invoke(CommonPage.PhoneZoneStr);
                 ActionSelectedZone = null;
                 RemoveFromParent();
             };
-            phoneZoneSelectedShowView.AddChidren(okBtn);
             var cancleBtn = new Button()
             {
                 Y = Application.GetRealHeight(1719),

--
Gitblit v1.8.0