Код: Выделить всё
FrameLayout- (w: match_parent, h: fill_parent)
Код: Выделить всё
ScrollView - (w: match_parent, h: wrap_content)
Код: Выделить всё
LinearLayout
Код: Выделить всё

Мое решение:
Я добавил android:layout_marginBottom="50dp" в свой ScrollView и установил высоту LinearLayout из Wrap_content для android:layout_height="50dp"
Я думаю, что это не совсем чистое решение, но у меня оно работает.
Подробнее здесь: https://stackoverflow.com/questions/420 ... e-vertical
Мобильная версия