gxc
2020-01-15 27e6f7742991170672feba0f4fd8d693b333ba0e
ZigbeeApp/Shared/Phone/Device/Room/RoomManagement.cs
@@ -84,14 +84,14 @@
            floorBtn = new Button()
            {
                X = Application.GetRealWidth(750),
                Width = Application.GetRealWidth(200),
                X = Application.GetRealWidth(650),
                Width = Application.GetRealWidth(300),
                Height = Application.GetRealHeight(60),
                Gravity = Gravity.CenterVertical,
                TextAlignment = TextAlignment.CenterRight,
                TextColor = ZigbeeColor.Current.GXCTextBlackColor,
                TextSize=14,
                IsBold=true
                TextSize = 14,
                IsBold = true
            };
            var selectFloorBtn = new Button()
@@ -149,7 +149,7 @@
            try
            {
                if (Common.Room.Lists.Count == 1)
                if (Common.Room.Lists.Count <= 1)
                {
                    return;
                }