wxr
2020-09-25 6d3ba9484472d090532434e53667c096652149ce
HDL_ON/UI/UI2/4-PersonalCenter/RoomListManage/ResidentialManagePage.cs
@@ -117,6 +117,8 @@
            };
            residenceNameRow.AddChidren(btnEditResidenceNameIcon);
            #endregion
#if stage2
            residenceNameRow.AddChidren(
                new Button()
                {
@@ -126,8 +128,6 @@
                    Width = Application.GetRealWidth(343),
                    BackgroundColor = CSS_Color.DividingLineColor,
                });
            #endregion
            #region 住宅地址
            var residenceAddressRow = new FrameLayout()
            {
@@ -169,11 +169,11 @@
            };
            residenceAddressRow.AddChidren(btnResidenceAddress);
            #endregion
#endif
            #region 楼层管理
            floorManagementRow = new FrameLayout()
            {
                Y = Application.GetRealHeight(8) + residenceAddressRow.Bottom,
                Y = Application.GetRealHeight(8) + residenceNameRow.Bottom,// residenceAddressRow.Bottom,
                Height = Application.GetRealHeight(50),
                BackgroundColor = CSS_Color.MainBackgroundColor,
            };