gxc
2019-10-28 1c4904d77f484c075080942d87785481b52b6fb2
ZigbeeApp/Shared/Phone/UserCenter/Residence/FloorListRoomForm.cs
@@ -110,7 +110,7 @@
            listView.AddChidren(frameRow);
            //图标
            var btnIcon = frameRow.frameTable.AddLeftIcon(81);
            btnIcon.UnSelectedImagePath = "Item/RoomIconSelected.png";
            btnIcon.UnSelectedImagePath = "Item/RoomIcon.png";
            //名称
            var btnName = frameRow.frameTable.AddLeftCaption(room.Name, 600);
            btnName.TextSize = 15;