[Solved] I had to add android:fillViewport=\"true\" to the ScrollView, that fixed the problem with the text not centering vertically.
android:fillViewport=\"true\"
I know this has been
When your are using Relative Layout, you can add to your TextView:
`android:layout_centerVertical="true"`