-
-
Notifications
You must be signed in to change notification settings - Fork 149
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable zoom, verticalPan and horizontalPan (#31)
* added zoomEnabled attribute added setZoomEnabled() method to ZoomApi added implementations for ZoomLayout and ZoomImageView * added xml attributes "verticalPanEnabled" and "horizontalPanEnabled" added api methods for "setXxxPanEnabled" methods added implementation for "setXxxPanEnabled" in ZoomEngine * changed documentation to include info about the attribute only affecting touch input added xml examples to README * added description about new api methods to README * moved zoom api description to appropriate section
- Loading branch information
1 parent
caadad5
commit ebda547
Showing
7 changed files
with
289 additions
and
122 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.