is there any standard way in Android for creating a list view covering content by width, but with the height big enough for displaying a fixed number of rows?
For example, I would want my scrollable listview to pop up in the middle of a screen/activity displaying exactly 6 items out of 20 at a time.