Positioning the logo to center in android

kleerkleer

New Member
I am using this code for the image:\[code\]<ImageView android:src="http://stackoverflow.com/questions/10819048/@drawable/logo" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginLeft="50dip"/>\[/code\]I want the logo to be centered , it can be done by varying the Layout margin left value and check and position it, but is there any command to get it centered?
 
Back
Top