2010/9/9 Kostya Vasilyev <[email protected]> > 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.
Oh, I think see what you're saying. This: "I want everything stacked in a column with the new checkboxes at the bottom.", I interpreted as "I want all my checkboxes to stack, one after the other, which each new one added appearing at the bottom". In that case, this is probably the way to go: On Thu, Sep 9, 2010 at 3:49 PM, Mark Murphy <[email protected]> wrote: > Actually, I suspect that android:gravity="bottom" on the LinearLayout may > suffice to have the buttons be at the bottom. > I still think a picture would help clarify this. "A thousand words" and all that. ------------------------------------------------------------------------------------------------- TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago transit tracking app for Android-powered devices -- 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

