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
if you use android:scaleType="fitXY" then you must specify
android:scaleType="fitXY"
android:layout_width="75dp" and android:layout_height="75dp"
android:layout_width="75dp"
android:layout_height="75dp"
if use wrap_content it will not stretch to what you need