Re: [android-developers] Gmail application bottom button type UI

2011-02-06 Thread Mark Murphy
On Sat, Feb 5, 2011 at 11:21 PM, javaxmlsoapdev vika...@gmail.com wrote: 1)how can I display a button at the bottom of the screen (not at the end of the list). I understand since I extend ListActivity can't use setContentView(R.layout.main)  where main.xml could have a button but can't really

[android-developers] Gmail application bottom button type UI

2011-02-05 Thread javaxmlsoapdev
I have a custom list view displaying contacts from the phone book with checkbox on each name row. when user checks on an item I need to display Done button at the bottom of the screen. My custom Activity extends ListAcvitity through adapter populates each row with the checbox. Custom layout as

[android-developers] Gmail application bottom button type UI

2011-02-05 Thread javaxmlsoapdev
I have a custom list view displaying contacts from the phone book with checkbox on each name row. when user checks on an item I need to display Done button at the bottom of the screen. My custom Activity extends ListAcvitity through adapter populates each row with the checbox. Custom layout as