如果我不包括在我的根佈局的背景則呈現一切如我所料:在Android中包含背景可繪製foobars我的佈局。想法爲什麼?
alt text http://dl.dropbox.com/u/299320/correct.png
但是,如果我添加了只有一行在後臺添加則佈局雲完全失控:
alt text 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"
。我會給你一個餅乾,如果你能幫我在這裏:)
截圖已損壞。 – 2012-03-07 11:02:38
對我來說,它似乎在運行時看起來是正確的。佈局只在設計師看來很糟糕。 – 2012-03-07 11:05:03