ImageView taking too much vertical space

后端 未结 4 777
Happy的楠姐
Happy的楠姐 2021-01-11 22:55

i am working on a project with a staggered gridview that can support varying height for each nested view,


           


        
4条回答
  •  鱼传尺愫
    2021-01-11 23:25

    You can use the ScaleType property..like this:

     android:scaleType="centerCrop"
    

    There are several other types..just pick the one that fits best with your requirement.

提交回复
热议问题