背景
显示图片时,希望支持手势缩放图片.
解决方案
- 添加依赖
implementation 'com.github.chrisbanes:PhotoView:2.3.0'
- 使用
<com.github.chrisbanes.photoview.PhotoView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:src="@mipmap/ic_launcher"/>
网友评论