I have an imageview that has its height and width set to fill_parent with a linearlayout that has the same values set. So I suppose th
imageview
fill_parent
linearlayout
for XML android
android:src="@drawable/foto1" android:layout_width="match_parent" android:layout_height="match_parent" android:scaleType="centerCrop"