PullZoomView
An Android custom ListView and ScrollView with pull to zoom-in.
Features
- Set ZoomView enable
- Add HeaderView Custom
- ZoomView Parallax or Normal
- HeaderView Show or Hide
Usage
In your build.gradle
:
dependencies {
compile 'com.github.frank-zhu:pullzoomview:1.0.0'
}
or Maven:
<dependency>
<groupId>com.github.frank-zhu</groupId>
<artifactId>pullzoomview</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>
Using this library?
If you're using this library in one of your projects just send me a G+ message and I'll add your project to the list.
Contribution
Pull requests are welcome!
If you have a bug to report a feature to request or have other questions, file an issue. I'll try to answer as soon as I can.