From d18004970b3040ea27beb567694b496a56bedd5b Mon Sep 17 00:00:00 2001 From: 陈嘉乐 <cjl@hdlchina.com.cn> Date: 星期四, 30 七月 2020 10:42:36 +0800 Subject: [PATCH] 2020-07-30-1 --- HDL_ON/UI/UI2/4-PersonalCenter/ResidentialManage/RoomsManagementPage.cs | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/HDL_ON/UI/UI2/4-PersonalCenter/ResidentialManage/RoomsManagementPage.cs b/HDL_ON/UI/UI2/4-PersonalCenter/ResidentialManage/RoomsManagementPage.cs index 66b7b9e..4009221 100644 --- a/HDL_ON/UI/UI2/4-PersonalCenter/ResidentialManage/RoomsManagementPage.cs +++ b/HDL_ON/UI/UI2/4-PersonalCenter/ResidentialManage/RoomsManagementPage.cs @@ -62,15 +62,15 @@ Tag = room.name + "row", Width = Application.GetRealWidth(343), Height = Application.GetRealHeight(92), - Radius = (uint)Application.GetRealWidth(12), }; roomsListView.AddChidren(roomRow); - var btnBg = new Button() + var btnBg = new ImageView() { Y = Application.GetRealHeight(0-(192 - 92) / 2), Height = Application.GetRealHeight(192), - UnSelectedImagePath = room.backgroundImage, + ImagePath = room.backgroundImage, + Radius = (uint)Application.GetRealWidth(12), }; roomRow.AddChidren(btnBg); -- Gitblit v1.8.0