Hi,
I have a 320x480 image which I`d like to fit the whole screen. This is the main.xml code
<ImageView xmlns:android="http://schemas.android.com/apk/res/android">
android:id='@+id/splash_medium'
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:src="@drawable/wallpaper320x480"
/>
The screen shows the image but there is a considerable padding to the left and to the right, and a little bit to the top and to the bottom. I have tried setting android:padding to 0dip with no result.
Link to image, I can`t post images yet: screenshot
Any help would be appreciated.