如果我的根布局中不包含背景,那么一切都会按我的预期呈现:
替代文字 http://dl.dropbox.com/u/299320/correct.png
但是,如果我只在背景中添加一行,那么布局就会完全混乱:
替代文字 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">
从字面上看,上述两个屏幕截图之间的唯一区别是包含android:background="@drawable/main_background"
. 如果你能在这里帮助我,我会给你一块饼干:)