我在應用程序中添加了一些背景圖片到不同的線性佈局。就像你在Eclipse上看到的那樣,它們都看起來很不錯。
問題是,在模擬器或手機上,主線性佈局變得混亂起來,有誰知道爲什麼?佈局背景圖片看起來很奇怪
這是我使用的代碼:
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:background="@drawable/back"
>
背景是一個真實的圖片,而不是代碼:
發佈一些代碼,以便我們可以幫助您。 –
[Android:使用線性漸變作爲背景看起來有條紋]的可能的重複(http://stackoverflow.com/questions/2928101/android-using-linear-gradient-as-background-looks-banded) –
特別是,設置窗口到RGBA_888看起來應該是最好的(無論如何應該是Android 2.3+設備的默認設置)。另見http://stuffthathappens.com/blog/2010/06/04/android-color-banding/ –