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/MainPage/Controls/ListRoomCardControl.cs | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/MainPage/Controls/ListRoomCardControl.cs b/ZigbeeApp/Shared/Phone/MainPage/Controls/ListRoomCardControl.cs index 02125b8..6c4e949 100755 --- a/ZigbeeApp/Shared/Phone/MainPage/Controls/ListRoomCardControl.cs +++ b/ZigbeeApp/Shared/Phone/MainPage/Controls/ListRoomCardControl.cs @@ -68,13 +68,13 @@ frameBack.Gravity = picRoom.Gravity; frameBack.Radius = picRoom.Radius; frameBack.BackgroundColor = 0x33000000; - this.AddChidren(picRoom, ChidrenBindMode.BindEventOnly); + this.AddChidren(picRoom, ChidrenBindMode.BindEvent); //鎴块棿鍚嶅瓧鐨勮儗鏅� this.btnRoomNameBackGroud = new NormalViewControl(HdlControlLogic.Current.GetPictrueRealSize(141), Application.GetRealHeight(84), false); btnRoomNameBackGroud.X = HdlControlLogic.Current.GetPictrueRealSize(14); btnRoomNameBackGroud.BackgroundColor = 0x80000000; - this.AddChidren(btnRoomNameBackGroud, ChidrenBindMode.BindEventOnly); + this.AddChidren(btnRoomNameBackGroud, ChidrenBindMode.BindEvent); //鎴块棿鍚嶅瓧 this.btnRoomName = new NormalViewControl(50, Application.GetRealHeight(84), false); @@ -83,7 +83,7 @@ btnRoomName.IsBold = true; btnRoomName.TextAlignment = TextAlignment.Center; btnRoomName.TextColor = UserCenterColor.Current.White; - this.AddChidren(btnRoomName, ChidrenBindMode.BindEventOnly); + this.AddChidren(btnRoomName, ChidrenBindMode.BindEvent); //鍒锋柊鎺т欢淇℃伅 this.RefreshControl(); -- Gitblit v1.8.0