标签: java android android-layout
我在Scroll视图中使用Listview。这个Listview是滚动视图的最后一项。问题是当数据加载时,滚动条向下移动到底部。如何防止它在加载数据时滚动。
答案 0 :(得分:0)
您不应该在ScrollView中使用ListView,因为它们都是可滚动的。
但是为了解决您的问题,我猜您应该使用属性android:descendantFocusability="blocksDescendants"作为驻留在ScrollView中的主容器。
android:descendantFocusability="blocksDescendants"