,當我在佈局中添加圖像它質量不好展示Android的佈局圖像質量差
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:orientation="vertical" >
<ImageView
android:id="@+id/imageView1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@drawable/sbackground" />
如何解決呢? (我需要修復它只是沒有在程序上)
感謝
「android layout images bad quality」?我認爲如果你的觀點不是拉伸圖像,那麼你就不需要改善圖像質量,這與觀看和圖像沒有任何關係。 – user370305
當寫入「XY看起來不好」時總是包含屏幕截圖。我們如何知道在這種情況下「壞」是什麼意思,或者甚至給你一個想法如何解決這個問題? – 2011-11-19 09:42:41
沒有圖像是好質量和大分辨率(640 x 960分辨率) – user1028269