为什么不能在scrollview中直接添加多个view?

Why we can not add direct multiple views in scrollview?

我是 Android 开发和学习 ViewGroups 的新手。所以,我觉得很奇怪,为什么我们不能在scrollview?

中添加多个direct view或viewGroups

那么,为什么不向您的 scrollView 添加一个像 (LinearLayout) 这样的视图组,然后将视图添加到该视图组中。

您始终可以使用 RecyclerView,这是列表中不同视图类型的最佳方法。