Android ScrollView doesn’t start at top, but at the beginning of the GridView
Solution: Ok sorry if it is a late reply but I stumbled upon the same issue (only that I was using ListView instead) and with a bit of trial and error I found the solution to this: Basically the problem lies in the fact that the GridView/ListView child automatically requests parent focus (ScrollView) when you … Read more