美文网首页
安卓支持手势缩放图片

安卓支持手势缩放图片

作者: 蓝不蓝编程 | 来源:发表于2020-11-02 11:28 被阅读0次

    背景

    显示图片时,希望支持手势缩放图片.

    解决方案

    1. 添加依赖
        implementation 'com.github.chrisbanes:PhotoView:2.3.0'
    
    1. 使用
    <com.github.chrisbanes.photoview.PhotoView
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:src="@mipmap/ic_launcher"/>
    

    相关文章

      网友评论

          本文标题:安卓支持手势缩放图片

          本文链接:https://www.haomeiwen.com/subject/iapdvktx.html