I\'ve got an ImageView wrapping this image:
To display original image size in Imageview write down following. android:layout_height="wrap_content" and android:adjustViewBounds="true" do the job. No need to set ScaleType.
android:layout_height="wrap_content"
android:adjustViewBounds="true"