I have an Android Application, where I have an ImageView, I need to keep the size constant, there can be various images that I need to put into this ImageView
ImageView
Fix ImageView's size with dp or fill_parent and set android:scaleType to fitXY.
dp
fill_parent
android:scaleType
fitXY