Skip to content

Parallax ScrollView and ListView for Android - with updated build file

License

Notifications You must be signed in to change notification settings

mmm111mmm/ParallaxScroll

 
 

Repository files navigation

Parallax Scrolls

Parallax ListView and ScrollView for Android

This project includes

  • ScrollView with one or more parallaxed views.
  • ListView with parallaxed header.
  • Complete parallaxed ListView.
  • ExpandableListView with parallaxed header.
  • Complete parallaxed ExpandableListView.
  • Support Android 1.6 and above.

Usage

  • parallax_factor - For ScrollView and ListView, the first view's parallax facto
  • inner_parallax_factor - For ScrollView only - the parallax factor between each view and view.
  • parallax_views_num - For ScrollView only - the number of parallaxed views.
  • circular_parallax - For ListView only - whether all of the list is parallaxed or not.

Building

Using gradle to build.

This project uses the gradle wrapper to build the library and example app

assemble the library

./gradlew :ParallaxScroll:assembleDebug

install the example

./gradlew :ParallaxScrollExample:installDebug

note: on windows use gradlew.bat instead of ./gradlew

About

Parallax ScrollView and ListView for Android - with updated build file

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 92.4%
  • Groovy 7.6%