ScrollViews can only take one child element, and this feels like an oversight to me. Looking at the way I implement layouts I see myself typically making a ScrollView with a LinearLayout child. I can see other people using a different child view such as RelativeLayout, unless they were forced not to. Which brings me to my next point:
Can Scrollview's be implemented that automatically has a vertical LinearLayout in it?
I got the inspiration from the modified NestedScrollView object and some other extended Scrollview classes on github
Now my code and view layouts could feel cleaner!