From dce6c3481a37216292724013ff9d2b75ceb82f86 Mon Sep 17 00:00:00 2001
From: 黄学彪 <hxb@hdlchina.com.cn>
Date: 星期三, 10 六月 2020 15:47:28 +0800
Subject: [PATCH] 添加小度的代码
---
ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/ClickButtonControls/BottomLeftClickButton.cs | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/ClickButtonControls/BottomLeftClickButton.cs b/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/ClickButtonControls/BottomLeftClickButton.cs
index 659a38b..c90de98 100755
--- a/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/ClickButtonControls/BottomLeftClickButton.cs
+++ b/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/ClickButtonControls/BottomLeftClickButton.cs
@@ -65,12 +65,12 @@
//鎶婁笂鍦嗚瑕嗙洊涓烘柟瑙�
this.btnTopTemp = new NormalViewControl(this.Width, Application.GetRealHeight(40), false);
btnTopTemp.BackgroundColor = i_backColor;
- this.AddChidren(btnTopTemp, ChidrenBindMode.BindEventOnly);
+ this.AddChidren(btnTopTemp, ChidrenBindMode.BindEvent);
//鎶婂彸涓嬪渾瑙掕鐩栦负鏂硅
this.btnBomTemp = new NormalViewControl(this.Width / 2, Application.GetRealHeight(40), false);
btnBomTemp.BackgroundColor = i_backColor;
btnBomTemp.Gravity = Gravity.BottomRight;
- this.AddChidren(btnBomTemp, ChidrenBindMode.BindEventOnly);
+ this.AddChidren(btnBomTemp, ChidrenBindMode.BindEvent);
//鍙栨秷鎸夐挳
this.btnButton = new NormalViewControl(this.Width - Application.GetRealWidth(10), Application.GetRealHeight(60), false);
btnButton.Gravity = Gravity.Center;
@@ -78,7 +78,7 @@
btnButton.Text = i_text;
btnButton.TextAlignment = TextAlignment.Center;
btnButton.BackgroundColor = i_backColor;
- this.AddChidren(btnButton, ChidrenBindMode.BindEventOnly);
+ this.AddChidren(btnButton, ChidrenBindMode.BindEvent);
//閲嶅啓鎺т欢鐐瑰嚮鐘舵��
this.SelectStatuEvent += (statu) =>
@@ -108,7 +108,7 @@
btnButton.TextAlignment = TextAlignment.Center;
btnButton.BackgroundColor = i_backColor;
btnButton.oldBackgroundColor = i_backColor;
- this.AddChidren(btnButton, ChidrenBindMode.BindEventOnly);
+ this.AddChidren(btnButton, ChidrenBindMode.BindEvent);
#endif
}
--
Gitblit v1.8.0