In Android, I defined an ImageView\'s layout_width to be fill_parent (which takes up the full width of the phone).
ImageView
layout_width
fill_parent
If the imag
This worked for me:
android:layout_width="wrap_content" android:layout_height="wrap_content" android:maxWidth="39dip" android:scaleType="centerCrop" android:adjustViewBounds ="true"