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 > Item2 > ... > no items > ... > ... > ... > Footer
Use a RelativeLayout for your outermost container and have the footer use android:layout_alignParentBottom="true". -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Android Training in Germany, 18-22 January 2010: http://bignerdranch.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

