I\'m trying to center an ImageView inside a LinearLayout horizontally and vertically, but I just can\'t do it. The main reason why I\'m not using a
ImageView
LinearLayout
android:layout_gravity is used for the layout itself
android:layout_gravity
Use android:gravity="center" for children of your LinearLayout
android:gravity="center"
So your code should be: