I\'m following this tutorial to learn about linear layouts. Here\'s the main layout file:
Emphasis on any remaining space...
I think it is a conflict between using fill_parent for height and the layout weight. Try setting android:layout_height="0dp" for both LinearLayouts.
fill_parent
android:layout_height="0dp"
LinearLayout