喜糖

移动开发工程师 。涉及 android、ios、jni

导航

2011年11月24日

摘要: 网上关于怎样在ScrollView中嵌套ListView的讨论有很多,我大概是搜索了一下,简单总结如下:1.不要在ScrollView中嵌套ListView a.用一个LinearLayout来代替ListView。里面的item通过addView添加进去。 b.不用ScrollView,整个界面用一个ListView。ListView上面和下面的内容通过addHeaderView和addFooterView添加到ListView里。 有时候采用这种方式不错的。2.非要在ScrollView中嵌套一个ListView。 a.继承ListView重写一个类,在ListView的... 阅读全文

posted @ 2011-11-24 16:32 喜糖 阅读(1347) 评论(0) 推荐(0) 编辑

摘要: Romain Guywrite a little info about aScrollViewattribute that ismissingfrom documentation :android:fillViewport=”true”.It must be set to ScrollView and has thefollowingefect : when set to true, this attribute causes the scroll view’s child to expand to the height of theScrollViewif needed. When the 阅读全文

posted @ 2011-11-24 14:22 喜糖 阅读(2506) 评论(0) 推荐(0) 编辑