0
垂直的圖像間隙保持我的圖片尺寸是320×480,但它顯示了在垂直邊空白,請給一些advice.Here是我的XML代碼請建議我..我如何刪除安卓
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent">
<ImageView
android:id="@+id/ImageView01"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:baselineAlignBottom="true"
android:src="@drawable/splash" />
</LinearLayout>
非常感謝它爲我工作.. – Sandy 2013-03-07 07:41:56
如果它適合你標記答案爲接受 – 2013-03-07 08:36:35