1 <LinearLayout xmlns:andro 2 android:layout_width="match_parent" 3 android:layout_height="wrap_content" 4 android:background="@android:color/holo_blue_light"> 5 6 <ImageView 7 android: 8 android:layout_width="match_parent" 9 android:layout_height="wrap_content" 10 android:gravity="center" 11 android:padding="10dp" 12 android:src="@mipmap/ic_launcher" 13 android:scaleType="fitXY" 14 android:adjustViewBounds="true"/> 15 16 </LinearLayout>