安卓支持手势缩放图片

2020-11-02  本文已影响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"/>
上一篇下一篇

猜你喜欢

热点阅读