Android ImageView Fixing Image Size

后端 未结 4 1304
梦如初夏
梦如初夏 2021-01-30 12:44

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

4条回答
  •  一向
    一向 (楼主)
    2021-01-30 13:26

    Fix ImageView's size with dp or fill_parent and set android:scaleType to fitXY.

提交回复
热议问题