I don't understand.
A ListView is just for that purpose. If items don't fit, it'll show a
scrollbar so that you can scroll up or down to reach the controls you want
to see.
1. Make your list-items smaller or use fewer list-items.
or
1. Don't use a ListView or a ListActivity. Just use a regular Activity, a
LinearLayout in main.xml, vertically oriented and repeat each of the 8
listlayout.xml inside the main.xml.
2. Make each of the 8 RelativeLayouts clickable and register an on-click
listener so that when the user clicks on the 'item', your action happens.
How you would exactly structure your code, that's up to you :-)
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en