Skip to content

nomanr/android-image-magnifier

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages