我正在爲eclipse中的android應用程序和我的Samuns Galaxy Tab 2.0 7(600x1024)上測試應用程序。我有問題,當我把ImageView的(圖像是600×300),因爲圖像不填滿整個屏幕,有填充:如何把imageView放在全尺寸?
如何刪除填充,並把圖像整個屏幕上?
這是ImageView的XML的:
<ImageView
android:id="@+id/imageView1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentTop="true"
android:layout_centerHorizontal="true"
android:adjustViewBounds="true"
android:baselineAlignBottom="true"
android:cropToPadding="false"
android:src="@drawable/bg_large" />
我已經寫了,但我會再次因爲有consusions,我想設置圖像在屏幕這是600x1024的全尺寸(600×300)。在ss上,你可以看到圖像不是全角(cca。580),我不能放在最上面,也有填充。
您需要縮放然後 – KOTIOS
我在其他帖子中發佈瞭解決方案。 – CroiOS