2010/9/9 Kostya Vasilyev <[email protected]>: > You are right about LinearLayout being able to lay out its views vertically, > but it does so top to bottom. > > The OP seems to want his buttons to be pushed to the bottom of the enclosing > layout, and I think that for that case, a RelativeLayout with > layout_alignParentBottom (specifies from code) is a better, perhaps only > option.
Ah, I missed that part. Actually, I suspect that android:gravity="bottom" on the LinearLayout may suffice to have the buttons be at the bottom. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android Training in London: http://skillsmatter.com/go/os-mobile-server -- 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

