android中ScrollView和GridView/ListView共存时,ScrollView不在顶部的解决方法

listView.setFocusable(false);

gridView.setFocusable(false);

这个必须在代码中写,xml文件中设置不起作用

原文:http://stackoverflow.com/questions/16886077/android-scrollview-doesnt-start-at-top-but-at-the-beginning-of-the-gridview

博客不在线,有问题直接联系QQ: 783713515

原文地址:https://www.cnblogs.com/swordy/p/3771864.html