Set the scaleType to fitStart in your XML:
<ImageView
android:id="@+id/ivMap"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:scaleType="fitStart" >
</ImageView>
Set the scaleType to fitStart in your XML:
<ImageView
android:id="@+id/ivMap"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:scaleType="fitStart" >
</ImageView>