[android-developers] Re: How to add footer in a list view

2009-08-08 Thread Mark Murphy
Jonas wrote: > > Hi, > > Now the followup question comes, when the list is smaller than the > screen size, the "Footer" appear after the last item in the list. > How can I make the "Footer" always stay at the bottom of the screen, > independently of number of list items? > > Header > Item1 > It

[android-developers] Re: How to add footer in a list view

2009-08-08 Thread Jonas
Hi, Now the followup question comes, when the list is smaller than the screen size, the "Footer" appear after the last item in the list. How can I make the "Footer" always stay at the bottom of the screen, independently of number of list items? Header Item1 Item2 ... no items ... ... ... Footer

[android-developers] Re: How to add footer in a list view

2009-08-08 Thread Jonas
Hi again, Im sorry it did work, first time off there was some problem but after refresh and redeployment it did work perfect. Thanks Mark! Regards Jonas. On Aug 8, 11:18 am, Jonas wrote: > Hi, > > That did not work, my GUI looks like this now: > > Header: > Footer: > > With no visible listvi

[android-developers] Re: How to add footer in a list view

2009-08-08 Thread Jonas
Hi, That did not work, my GUI looks like this now: Header: Footer: With no visible listview... Regards Jonas. On Aug 8, 3:21 am, Mark Murphy wrote: > Jonaswrote: > > Hi. > > > The foooter for this list view goes out of scope. The header is fixed > > but I like the footer also to > > be fixe

[android-developers] Re: How to add footer in a list view

2009-08-07 Thread Mark Murphy
Jonas wrote: > Hi. > > The foooter for this list view goes out of scope. The header is fixed > but I like the footer also to > be fixed, thus scrolling the list between the header and footer. Cant > get this to work below is my xml: > > > http://schemas.android.com/apk/res/ > android" > andro