JLChen
2020-11-16 64b5d3b0eab77341795cc7d6634ffa7cf60848e2
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);