ViewPager & ImageView zooming issue

前端 未结 5 1566
北海茫月
北海茫月 2020-12-24 03:43

I am trying to implement a Gallery of images using ViewPager. Also, to implement zoom feature in that, I am using TouchImageView from github. I have also tried using Zoomabl

5条回答
  •  情歌与酒
    2020-12-24 04:21

    I have finally found the Subsampling Scale Image View library, which works even with standard ViewPager from Android Support Package without any customisations.

提交回复
热议问题