Scaling ImageView to device width

前端 未结 9 890
清酒与你
清酒与你 2020-12-05 00:54

In my Android App I have a Activity which show images which have following size 244 x 330. I want to show those images in full device width.

My layout f

9条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-05 01:53

    Have you tried setting it programmatically via ImageView.setScaleType()?

    setAdjustViewBounds( false ) might help as well.

    Edit: sorry, I mis-read the question. Regardless, setAdjustViewBounds() still might help. Never used it though.

提交回复
热议问题