A layout container for a view hierarchy that can be scrolled by the user, allowing it to be larger than the physical display
HorizontalScrollView is a layout container for a view hierarchy that can be scrolled by the user, allowing it to be larger than the physical display. A HorizontalScrollView is a FrameLayout, meaning you should place one child in it containing the entire contents to scroll; this child may itself be a layout manager with a complex hierarchy of objects.