# zoomlayout **Repository Path**: liustar2017/zoomlayout ## Basic Information - **Project Name**: zoomlayout - **Description**: No description available - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-02-13 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ZoomLayout ZoomLayout is a ViewGroup, that enables pinch-zoom and panning on child-views. ## Download Unfortunately there is an issue with uploading to out Maven repo, so you'll have to clone and incude this project. ## Features - Zoom and pan on any view, using multi-touch. - Support for scrolling parents (ViewPager e.t.c.) - Notifications on zoom, pan, tap e.t.c. ## Usage There is a [sample](https://github.com/shopgun/zoomlayout/tree/master/sample) ## Issues Currently childviews doesn't receive touch events.