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
本文共 282 字,大约阅读时间需要 1 分钟。
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