How can I disable automatic scaling in imageView?
place your images in a folder called drawable-nodpi. This prevents automatic scaling of images.
Try different android:scaleType parameter
<ImageView android:id="@+id/image"
android:layout_height="fill_parent"
android:layout_width="fill_parent"
android:scaleType="center" />
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With