How can I cut rectangular image (600 x 300) from left and right to fit in square ImageView ? I don\'t want to resize image, I just want to crop it, to be 300 x 300.
set fixed image view height, width, and set two properties to image view
android:adjustViewBounds="true" android:scaleType="centerCrop"
done