From c3e1b733fc45bd9f0b88bfb560cfa87a270b079b Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期三, 09 九月 2020 17:33:58 +0800
Subject: [PATCH] 20200909

---
 HDL_ON/UI/UI2/4-PersonalCenter/RoomListManage/RoomEditPage.cs |   20 ++------------------
 1 files changed, 2 insertions(+), 18 deletions(-)

diff --git a/HDL_ON/UI/UI2/4-PersonalCenter/ResidentialManage/RoomEditPage.cs b/HDL_ON/UI/UI2/4-PersonalCenter/RoomListManage/RoomEditPage.cs
similarity index 95%
rename from HDL_ON/UI/UI2/4-PersonalCenter/ResidentialManage/RoomEditPage.cs
rename to HDL_ON/UI/UI2/4-PersonalCenter/RoomListManage/RoomEditPage.cs
index 00cdc9d..5dcb436 100644
--- a/HDL_ON/UI/UI2/4-PersonalCenter/ResidentialManage/RoomEditPage.cs
+++ b/HDL_ON/UI/UI2/4-PersonalCenter/RoomListManage/RoomEditPage.cs
@@ -17,10 +17,6 @@
         /// </summary>
         FrameLayout roomBgView;
         /// <summary>
-        /// 鎴块棿鑳屾櫙鍖哄煙-鎴块棿鍚嶇О鎻愮ず
-        /// </summary>
-        Button btnTipRoomName;
-        /// <summary>
         /// 鎴块棿鑳屾櫙鏄剧ず鎸夐挳
         /// </summary>
         ImageView btnRoomBg;
@@ -156,27 +152,15 @@
             roomBgView = new FrameLayout()
             {
                 Y = Application.GetRealHeight(64),
-                Height = Application.GetRealHeight(246),
+                Height = Application.GetRealHeight(224),
                 BackgroundColor = CSS_Color.MainBackgroundColor,
             };
             bodyView.AddChidren(roomBgView);
 
-            btnTipRoomName = new Button()
-            {
-                X = Application.GetRealWidth(16),
-                Width = Application.GetRealWidth(300),
-                Height = Application.GetRealHeight(46),
-                TextAlignment = TextAlignment.CenterLeft,
-                TextColor = CSS_Color.FirstLevelTitleColor,
-                TextSize = CSS_FontSize.SubheadingFontSize,
-                Text = room.name,
-            };
-            roomBgView.AddChidren(btnTipRoomName);
-
             btnRoomBg = new ImageView()
             {
                 Gravity = Gravity.CenterHorizontal,
-                Y = btnTipRoomName.Bottom,
+                Y = Application.GetRealWidth(20),
                 Width = Application.GetRealWidth(343),
                 Height = Application.GetRealHeight(184),
                 //UnSelectedImagePath = room.backgroundImage,

--
Gitblit v1.8.0