I\'ve got the following layout file, which has a GridView and an ImageView behind that as the background.
GridView
ImageView
Have you tried android:layout_weight="1"?
android:layout_weight="1"
Or
Hope that helps?