From 6f3f5668b8a228dd41ff6869fcb4a84669a9ace3 Mon Sep 17 00:00:00 2001 From: WJC <wjc@hdlchina.com.cn> Date: 星期四, 07 十一月 2019 09:34:39 +0800 Subject: [PATCH] 2019-11-07-1 --- ZigbeeApp/Shared/Phone/UserCenter/Residence/FloorListRoomForm.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/UserCenter/Residence/FloorListRoomForm.cs b/ZigbeeApp/Shared/Phone/UserCenter/Residence/FloorListRoomForm.cs index 4c66ad9..51dfaf3 100755 --- a/ZigbeeApp/Shared/Phone/UserCenter/Residence/FloorListRoomForm.cs +++ b/ZigbeeApp/Shared/Phone/UserCenter/Residence/FloorListRoomForm.cs @@ -110,7 +110,7 @@ listView.AddChidren(frameRow); //鍥炬爣 var btnIcon = frameRow.frameTable.AddLeftIcon(81); - btnIcon.UnSelectedImagePath = "Item/RoomIcon.png"; + btnIcon.UnSelectedImagePath = "Item/RoomIconSelected.png"; //鍚嶇О var btnName = frameRow.frameTable.AddLeftCaption(room.Name, 600); btnName.TextSize = 15; -- Gitblit v1.8.0