wxr
2020-08-11 2bec9c838d2d688025698de8ec1de401ffd7dd1f
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);