I am having a weird issue that I am not sure how to fix. I have a RelativeLayout inside a ScrollView and this scrollView has it\'s height set to fill_parent. So does the Rel
I have faced this problem before. Just Use android:fillViewport="true" in your scrollview and it will fill up the screen.
android:fillViewport="true"