I trying to create a full screen Imagebutton. But i kept getting grey border ard it.
<ImageButton
android:id="@+id/StartButton"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:src="@drawable/startscreen" />
I have try stretch the pic to full screen on eclipse but there still show a grey border around the picture.
I was wondering is that due to the resolution of my setting or the picture resolution. I am working on a galaxy note.