I want to assign layout weights to several items within a LinearLayout inside of a ScrollView. However, the ScrollView ignores the
LinearLayout
ScrollView
I have faced this problem before. Just use android:fillViewport="true" in your ScrollView and it will fill up the screen.
android:fillViewport="true"