Change the size of ImageView on zooming

后端 未结 8 2314
逝去的感伤
逝去的感伤 2021-02-14 01:15

I am using chrisbanes PhotoView to implement pinch zoom..Image zooms on pinching and double tapping but i can\'t see that my image streched to full screen on zooming..on zooming

8条回答
  •  遇见更好的自我
    2021-02-14 01:39

    I had faced this issue in photo view image zoom library. i was changed the layout_height is "wrap_content" to "match_parent. It's working fine for me.

    https://github.com/chrisbanes/PhotoView

    
    

提交回复
热议问题