I want to assign layout weights to several items within a LinearLayout inside of a ScrollView. However, the ScrollView ignores the
LinearLayout
ScrollView
In my experience, fillviewport=true works bit strange.
fillviewport=true
I solved this problem by wrapping LinearLayout with another Layout like FrameLayout.
FrameLayout
I hope this helps.