On Fri, Jun 22, 2012 at 6:14 PM, Justin Anderson <[email protected]>wrote:
> That might work... I seem to recall a similar situation where I couldn't > get it to work until I used a RelativeLayout. It had something to do with > the scrolling nature of ListView... But I may be completely wrong on that. I recently updated one of my layouts to do just this. I can attest that it works (at least at API level 10 - I've noticed some changes in behavior for some of the layouts across API versions). The ListView (for a ListActivity) sits above a LinearLayout, not a Button, but that shouldn't matter. ------------------------------------------------------------------------------------------------- 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

