I have a bitmap with resolution of 1024X748
and am applying that to image view of 1280X696
.
Bitmap is drawn into imageview but It did not fill entire view as it maintains aspect ratio . I want to get the space between image view and bitmap drawn into that.
Please help is there any API and logic to get it.