Skip to content

elfer07/TouchZoomImageAndroid

Repository files navigation

TOUCH ZOOM IMAGE ANDROID

With this library you are able to apply zoom to an image.

Use

In your gradle project

allprojects {
    repositories {
        ...
		maven { url 'https://jitpack.io' }
	}
}

In your Gradle Module Application

dependencies {
    implementation 'com.github.elfer07:TouchZoomImageAndroid:1.0' 
}

How to use

<ar.elfer07.touchzoomimageview.TouchImageZoomView
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:src="@drawable/YOUR_IMAGE"/>

Also from Activity Class with a lot of function.

Screenshots

Screenshot Screenshot Screenshot

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published