ZigbeeApp/Shared/Phone/Device/Room/RoomManagement.cs
@@ -18,7 +18,8 @@ private Button floorBtn; private FrameLayout itemView; public FrameLayout itemView; #endregion @@ -55,7 +56,7 @@ top.SetTopTitle(R.MyInternationalizationString.RoomList); top.backButton.MouseUpEventHandler += (sender, e) => { RemoveFromParent(); CommonPage.Instance.CloseLeftMenu(); }; floorBtn = new Button() @@ -93,7 +94,7 @@ { var floors = new SelectFloor(); AddChidren(floors); floors.Init(599, 161); floors.Init(599, 161,Direction.Right); floors.FloorAction += (floorName) => { floorBtn.Text = floorName;