I\'ve got a linear layout and an image...
If you are using a LinearLayout , use the gravity attribute :
LinearLayout
gravity
If you are using a RelativeLayout , you can use android:layout_centerInParent as follows :
RelativeLayout
android:layout_centerInParent