frizzo wrote: > I'd like to have a form, which has a label on the top, followed by a > list that takes up most of the real estate, and a button on the very > bottom. Should I inherit from the ListActivity class and somehow > finagle the 2 non-list controls onto the form, or just extend the > Activity class and add all these controls?
Either works. There's no finagling involved in the former -- just set up a layout, with one ListView with the proper android:id and any other widgets you so desire. -- Mark Murphy (a Commons Guy) http://commonsware.com Android Training in Sweden -- http://www.sotrium.com/training.php --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" 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-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

