mirror of
https://github.com/wasabeef/awesome-android-ui.git
synced 2026-03-09 07:22:17 -05:00
Add ImageViewZoom #49
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ghost on GitHub (Jul 27, 2016).
ImageViewZoom is an android ImageView widget with zoom and pan capabilities. It's an implementation of the ImageView widget used in the Gallery app of the Android opensource project.
Basically does the same thing as TouchImageView, but is actively maintained, uses Gradle to build (instead of the old ADT) and is available from jCenter.
The project is not mine, but I use it in my own app, Nori.
Demo: