I don't think you can push views to the bottom of a LinearLayout, either with XML or from code.
I'd recommend you try a RelativeLayout, use its LayoutParams class. Set the first button as "parent bottom", and others to "above" the previous one, one by one. -- Kostya Vasilyev -- http://kmansoft.wordpress.com 09.09.2010 23:48 пользователь "Mark Murphy" <[email protected]> написал: On Thu, Sep 9, 2010 at 3:43 PM, Bret Foreman <[email protected]> wrote: > I changed it to do as... I have no idea. It's your app. Odds are, it's: new LinearLayout.LayoutParams(LinearLayout.FILL_PARENT, LinearLayout.WRAP_CONTENT) but, again, it's your app. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://common... You received this message because you are subscribed to the Google Groups "Android Developers" group... -- 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

