ルートレイアウトに背景を含めないと、すべてが期待どおりにレンダリングされます。
代替テキストhttp://dl.dropbox.com/u/299320/correct.png
ただし、バックグラウンドで追加するJUST ONE LINEを追加すると、レイアウトは完全に混乱します。
代替テキストhttp://dl.dropbox.com/u/299320/foobared.png
XMLレイアウトの関連ビットは次のとおりです。
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width ="fill_parent"
android:layout_height="fill_parent"
android:paddingRight ="20dip"
android:paddingLeft ="20dip"
android:gravity ="center_vertical"
android:background ="@drawable/main_background">
文字通り、上記の2つのスクリーンショットの唯一の違いは、が含まれていることですandroid:background="@drawable/main_background"
。ここで私を助けてくれるなら、私はあなたにクッキーをあげます:)