标签: android scrollview
我有LinearLayout有很多子视图。我想让这些孩子自动滚动顺畅。我不使用ScrollView,但我发现smoothScrollTo()有一个API ScrollView,但LinearLayout只有scrollTo() API。那么如何为smoothScrollTo()实施LinearLayout?
LinearLayout
ScrollView
smoothScrollTo()
scrollTo()