2010/9/9 Kostya Vasilyev <[email protected]>

> I don't think you can push views to the bottom of a LinearLayout, either
> with XML or from code.


Sure you can, that's exactly what LinearLayout is for - a simple sequential
list of views. I currently use LinearLayout that gets items (rows) added
dynamically, top to bottom, by simply calling addView() and it works
divinely.

OP, you may want to post a picture of what you hope to accomplish. I, for
one, am having trying to picture what you're trying to achieve with a
vertical list of CheckBoxes.

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

Reply via email to