Android ImageView size not scaling with source image

后端 未结 4 1413
心在旅途
心在旅途 2020-12-02 05:16

I have a few ImageViews inside a LinearLayout. I need to scale down the ImageViews so that they maintain their aspect ratios whilst fitting inside the LinearLayout vertical

4条回答
  •  渐次进展
    2020-12-02 06:08

    I had similar problem and my solution was to set android:scaleType="fitEnd" attribute of ImageView in XML layout file.

提交回复
热议问题