> Actually, I suspect that android:gravity="bottom" on the LinearLayout
> may suffice to have the buttons be at the bottom.

I think you have to use layout_gravity, as only TextFields support
android:gravity.  You also have to use "wrap_content" for the
LinearLayout's height and pray that its parent will honor
layout_gravity, which it may or may not.

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

Reply via email to