Scaling ImageView to device width

前端 未结 9 894
清酒与你
清酒与你 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:45

    I googled everywhere and could not find a solution. Here is what I did, that worked for me and with a scroll view.

    XML file:

    
    
        
    
    

提交回复
热议问题