From dc6493db59dcb0893eac50b72122f94c24056b3f Mon Sep 17 00:00:00 2001
From: 黄学彪 <hxb@hdlchina.com.cn>
Date: 星期一, 12 十月 2020 14:35:39 +0800
Subject: [PATCH] 新版本

---
 ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Form/BottomItemSelectForm.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Form/BottomItemSelectForm.cs b/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Form/BottomItemSelectForm.cs
index 1b9a476..9ed3269 100755
--- a/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Form/BottomItemSelectForm.cs
+++ b/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Form/BottomItemSelectForm.cs
@@ -109,7 +109,7 @@
             topBackFame.AddChidren(btnTitle);
 
             //鍙栨秷
-            var btnCancel = new NormalViewControl(Application.GetRealWidth(200), topBackFame.Height, true);
+            var btnCancel = new NormalViewControl(Application.GetRealWidth(200), topBackFame.Height, false);
             btnCancel.X = Application.GetRealWidth(81);
             btnCancel.TextColor = UserCenterColor.Current.TextGrayColor1;
             btnCancel.TextID = R.MyInternationalizationString.uCancel;
@@ -120,7 +120,7 @@
             };
 
             //瀹屾垚
-            var btnFinish = new NormalViewControl(Application.GetRealWidth(200), topBackFame.Height, true);
+            var btnFinish = new NormalViewControl(Application.GetRealWidth(200), topBackFame.Height, false);
             btnFinish.X = topBackFame.Width - btnCancel.X - Application.GetRealWidth(200);
             btnFinish.TextAlignment = TextAlignment.CenterRight;
             btnFinish.TextColor = 0xfffb744a;

--
Gitblit v1.8.0