Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 586 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 586 Bytes

ImageMagnifier

A custom ImageView, touch anywhere on the image and a circular magnifier will be shown on the image. Zooming certain area of the image. How to use?

    <com.noman.imagemagnifier.ImageMagnifier
        android:id="@+id/imageView"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:src="@drawable/batman"/>

Screen shots