sketchub icon

❤️ Zoom Image View

CoCoCo_CoCoCo
21 Likes
5 Comments
269 Downloads

Screenshots

About

Android Zoom and Rotate ImageView

1). libs D8: com.github.sheetalkumar105:ZoomImageView-android:1.02

2). Convert: com.impulsive.zoomimageview.ZoomImageView

3(. ID: ImageView1 to zoomImageView1

4). Inject:

android:scaleType="matrix" app:rotation="true" app:scaledown="true"

  • AND...

android:scaleType="matrix" app:rotation="false" app:scaledown="false"

5). Add Source (OnCreate):

  • zoomImageView1 (True):

zoomImageView1.resetImage();

  • AND...

  • zoomImageView2 (False):

zoomImageView2.resetImage();

6). Create New Import:

com.impulsive.zoomimageview.ZoomImageView

©2024 Sketchub | User Policy