Android ImageView scale smaller image to width with flexible height without cropping or distortion

后端 未结 8 1931
面向向阳花
面向向阳花 2020-12-04 10:55

Often asked, never answered (at least not in a reproducible way).

I have an image view with an image that is smaller than the view. I want to scale

8条回答
  •  甜味超标
    2020-12-04 11:17

    I ran into the same problem, but with a fixed height, scaled width keeping the image's original aspect ratio. I solved it via a weighted linear layout. You can hopefully modify it for your needs.

    
    
        
    
    
    

提交回复
热议问题