[android-developers] Re: Adding button to ListView

2009-12-08 Thread Abhi
can anyone help me on this topic please? On Dec 8, 1:06 am, Abhi abhishek.r.sha...@gmail.com wrote: Hello, I have a tab layout with two tabs, the first of which has a listview of 5 clickable rows. Below this listview, I need a button. I have been able to create the listview but don't know

[android-developers] Re: Adding button to ListView

2009-12-08 Thread AJ
It looks the following link is explaining what do you want, but i am not sure. Check it. http://www.anddev.org/viewtopic.php?p=28745 Thanks, AJ On Dec 8, 6:59 pm, Abhi abhishek.r.sha...@gmail.com wrote: can anyone help me on this topic please? On Dec 8, 1:06 am, Abhi

[android-developers] Re: Adding button to ListView

2009-12-08 Thread justinh
You can specify a View id for the content of a tab. So in setContent (int viewId) you would use something other than a ListView, ie, a view that had a listview inside of it with a button on the bottom. On Dec 8, 9:16 am, AJ ajeet.invinci...@gmail.com wrote: It looks the following link is

[android-developers] Re: Adding button to ListView

2009-12-08 Thread Brion Emde
I'm not completely clear what you are asking. Yesterday I happened to find this clarification of addFooterView() (and addHeaderView() ) for a ListView: http://www.mail-archive.com/android-developers@googlegroups.com/msg19596.html The sample program in that message worked very well for me and is