Aligning an image in graphical layout

oxingompigmen

New Member
Hi I want to know how do I align the box to the bottom of the android screen? I have already made the box as a 9patch png image and still there is some gap between the actual image and the border. Can anyone please help me? What I mean that there is an actual gap between the blue border on the graphical layout screen that controls the size of the image and the actual image. Pardon me for my English.This is the xml code for the blue box\[code\] <ImageView android:id="@+id/box" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_alignParentBottom="true" android:layout_alignParentLeft="true" android:src="http://stackoverflow.com/questions/12669763/@drawable/box" />\[/code\]
 
Back
Top