ParallaxPager v3.0.0 Release Notes

Release Date: 2018-05-09 // almost 6 years ago
  • ⚡️ Updated

    • ⚡️ Gradle Updated
    • ⚡️ ReadMe Updated
    • 🚚 Moved the library to JitPack

    To use this project in your project:

    ➕ Add the repository to your root build.gradle

    maven { url 'https://jitpack.io' }
    

    ➕ Add the dependency

    dependencies {
        implementation 'com.github.prolificinteractive:ParallaxPager:2.2.2'
    }
    

Previous changes from v2.2.0

    • New: added override_visibility attribute to allow for overriding the default visibility behaviour. When false, it will act as it has; true will not change the visibility of the View at all, leaving it to the implementer.