Dany BREARD wrote: > I think I have 2 methode: > > - Take my list(icon+text) with my class extends ListActivity without > buttons and i will find a methode to add my button later > > - Or conitnuous my code that i made with buttons and my class extends > Acitvity and find a methode to add icon for each String.
You can have buttons at the bottom of the activity in a ListActivity. Just put them in your layout and use setContentView() like you would any other activity. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Android 1.5 Programming Books: http://commonsware.com/books.html --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

