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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to