Hi! I'm trying to create a selection box that contains any number of items (some generated programmatically) but only show five, allowing the user to scroll to see the rest. The thing is, I want this to be in the middle of a linear layout, with text editing boxes and other things above and below it - all ideally within one screenfull (for the emulator screen anyway).
I tried using a ListView but wasn't able to figure out how to shrink the font, limit the number of items displayed and associate a scrollbar just for it. I'm starting to fumble around with building one out of buttons but that seems like a long way of doing it.
Does anyone know if there a more direct way?
Thanks!

