| | |
| | | |
| | | 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() |
| | |
| | | |
| | | try |
| | | { |
| | | if (Common.Room.Lists.Count == 1) |
| | | if (Common.Room.Lists.Count <= 1) |
| | | { |
| | | return; |
| | | } |