JLChen
2021-01-08 281f7d0b8a363a3ed4d6f83bb5fa22bb6d0340f3
Crabtree/SmartHome/UI/SimpleControl/Phone/Room/UserRooms.cs
@@ -74,9 +74,11 @@
            }
            var RoomBodyView = new VerticalScrolViewLayout () {
                //Y = Application.GetRealHeight (126),
                //Width = Application.GetRealWidth(640),
                //Height = Application.GetRealHeight (1136 - 126 - 90),
                Y = Application.GetRealHeight (126),
                Width = Application.GetRealWidth(640),
                Height = Application.GetRealHeight (1136 - 126 - 90),
                Height = Application.GetRealHeight (Application.DesignHeight - 126 - UserMiddle.userMenuItemHeight),
            };
            UserMiddle.RoomBodyView.AddChidren (RoomBodyView);