ZigbeeApp/Shared/Phone/UserView/UserHomeView.cs
@@ -426,7 +426,6 @@ Gravity = Gravity.CenterVertical, UnSelectedImagePath = "Item/Floor.png" }; topFrameLayout.AddChidren(floor); floorBtn = new Button { @@ -438,7 +437,13 @@ TextColor = ZigbeeColor.Current.GXCTextColor, Text = Config.Instance.Home.GetCurrentFloorName }; topFrameLayout.AddChidren(floorBtn); if(Config.Instance.Home.FloorDics.Count>0) { topFrameLayout.AddChidren(floor); topFrameLayout.AddChidren(floorBtn); } var messageBtn = new Button() {