How about create a parent view(RelativeLayout) which contains a
ListView and a Button? You can set the Button with
"android:layout_alignParentBottom=true"

On Dec 16, 8:06 am, Asif k <asifk1...@gmail.com> wrote:
> Hi all,
>
>   I want a fix "Cancel" Button at the bottom of the ListView. I want
> my list View to be scrollable and fix Button at Bottom.
>
>   I had added the Button at the bottom of the list with addFooterView
> (button);  but if list is longer than the screen, then we have to
> scroll down to get the button and if list is very short then Button
> will be at the middle of the screen just bellow the listview :(
>
>  I got Ramain Guy's suggestion of setting height = "0dip" and weight =
> "1" but by doing this nothing is appearing on the screen (blank view)
>
>  note: my ListView is one tab of the TabHost.
>
> Thanks,
> Asif

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