Android ImageView setting Bitmap FitXY doesn't work
问题 I've been trying for a really long time to set the bitmap so it will fit the ImageView bounds. It just doesn't work via scaleType: fitXY . My bitmap images size are lower than the ImageView 's (Saved on 100X100 pixels), I want my bitmap images to fit and stretch into the ImageView . Here's some code: <ImageView xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/imageView" android:layout_height="match_parent" android:layout_width="match_parent" android:src="@drawable