From 2bec9c838d2d688025698de8ec1de401ffd7dd1f Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期二, 11 八月 2020 14:13:55 +0800 Subject: [PATCH] 20200811 --- HDL_ON/UI/UI2/4-PersonalCenter/ResidentialManage/RoomEditPage.cs | 13 ++++++++----- 1 files changed, 8 insertions(+), 5 deletions(-) diff --git a/HDL_ON/UI/UI2/4-PersonalCenter/ResidentialManage/RoomEditPage.cs b/HDL_ON/UI/UI2/4-PersonalCenter/ResidentialManage/RoomEditPage.cs index 0548308..d011d6d 100644 --- a/HDL_ON/UI/UI2/4-PersonalCenter/ResidentialManage/RoomEditPage.cs +++ b/HDL_ON/UI/UI2/4-PersonalCenter/ResidentialManage/RoomEditPage.cs @@ -23,7 +23,7 @@ /// <summary> /// 鎴块棿鑳屾櫙鏄剧ず鎸夐挳 /// </summary> - Button btnRoomBg; + ImageView btnRoomBg; /// <summary> /// 鎴块棿淇℃伅缂栬緫鍖哄煙 /// </summary> @@ -173,14 +173,16 @@ }; roomBgView.AddChidren(btnTipRoomName); - btnRoomBg = new Button() + btnRoomBg = new ImageView() { Gravity = Gravity.CenterHorizontal, Y = btnTipRoomName.Bottom, Width = Application.GetRealWidth(343), Height = Application.GetRealHeight(184), - UnSelectedImagePath = room.backgroundImage, - Radius = (uint)Application.GetRealWidth(6), + //UnSelectedImagePath = room.backgroundImage, + ImagePath = room.backgroundImage, + Radius = (uint)Application.GetRealWidth(12), + //Radius = (uint)Application.GetRealWidth(6), }; roomBgView.AddChidren(btnRoomBg); @@ -360,7 +362,8 @@ BackgroundColor = CSS_Color.MainBackgroundColor, TextAlignment = TextAlignment.Center, TextColor = this.pageTitleId == StringId.AddRoom ? CSS_Color.MainColor : CSS_Color.WarningColor, - TextID = this.pageTitleId == StringId.AddRoom ? StringId.Save : StringId.DeleteRoom + TextID = this.pageTitleId == StringId.AddRoom ? StringId.Save : StringId.DeleteRoom, + TextSize = CSS_FontSize.SubheadingFontSize, }; bodyView.AddChidren(btnOption); -- Gitblit v1.8.0