Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在滚动视图中使用列表视图。为避免列表视图不可滚动,我需要调整列表项的高度并设置列表视图的高度。使用自定义适配器时如何获取列表项高度?
删除父滚动视图...保持列表视图原样...并 fill_parent自动更改列表视图的高度,因为列表中填充了新项目,您可以滚动浏览它以查看超出屏幕的项目...如果通过设置为 fill_parent,ListView 将其他视图强制移出屏幕,通过拖动图形布局中的边缘手动设置高度。无论哪种方式都不需要使用 ScrollView
fill_parent
感谢@Lalit 指出将 ListView 设置为的危险wrap_content
wrap_content