Re: [android-developers] Creating a listActivity with a button on the bottom

2010-10-22 Thread TreKing
On Thu, Oct 21, 2010 at 4:52 PM, Gabriel Huie ghui...@gmail.com wrote: Hi so I just posted this recently Iono if it got deleted It did not: http://groups.google.com/group/android-developers/browse_thread/thread/b39e75e5eb456048/7b7e0a2ea32e6bca

[android-developers] Creating a listActivity with a button on the bottom

2010-10-21 Thread Gabriel Huie
Hi I wanted to know how to create a listActivity on Droid but on the bottom have a bottom to do whatever i want so like in a section of its own. Recently i tried merging two layouts with one being the row one for list Activity and a button but all i get are a list with buttons next to each line on

Re: [android-developers] Creating a listActivity with a button on the bottom

2010-10-21 Thread TreKing
On Thu, Oct 21, 2010 at 12:46 PM, Gabriel Huie ghui...@gmail.com wrote: how can we do a list with a space on the bottom just for a button? http://developer.android.com/reference/android/widget/ListView.html#addFooterView%28android.view.View%29

Re: [android-developers] Creating a listActivity with a button on the bottom

2010-10-21 Thread Julie Andrews
sorry can't help On Thu, Oct 21, 2010 at 10:50 AM, TreKing treking...@gmail.com wrote: On Thu, Oct 21, 2010 at 12:46 PM, Gabriel Huie ghui...@gmail.com wrote: how can we do a list with a space on the bottom just for a button?

Re: [android-developers] Creating a listActivity with a button on the bottom

2010-10-21 Thread Mark Murphy
TreKing's solution works if you want the Button to scroll with the rest of the contents of the ListView. If you want the Button to stay fixed on the bottom of the screen: Step #1: Create a RelativeLayout Step #2: Put the ListView and the Button in the RelativeLayout Step #3: Anchor the Button

[android-developers] Creating a listActivity with a button on the bottom

2010-10-21 Thread Gabriel Huie
Hi so I just posted this recently Iono if it got deleted but sorry if this is a repost basically im trying to create a list and have a button at the bottom of the screen stay there through the whole app. Basically i tried to do a merge but that made it so theres a button for each object in the