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/[email protected]/msg19596.html

The sample program in that message worked very well for me and is just
what I wanted.

On Dec 7, 11:06 pm, Abhi <[email protected]> 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 how to create the button to
> the bottom of the display. Please help.
>
> Also, the listview is created using ArrayAdapter from a Strings array,
> like below
>
> String[] istrings = new String[] ("I", "Me", "Myself");
> this.setListAdapter (new ArrayAdapter<String> (this,
> android.R.layout.simple_list_item_1, istrings));
>
> Looking forward to your help.
>
> Thanks,
>
> Sharma

-- 
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

Reply via email to