Skip to content

naseemakhtar994/ParallaxRecyclerView-1

 
 

Repository files navigation

ParallaxRecyclerView

A RecyclerView with parallax folding effect.

Usage

Add the dependencies to your gradle file:

dependencies {
    compile 'com.southernbox:ParallaxRecyclerView:1.0.0'
}

In the layout file, replace the RecyclerView with ParallaxRecyclerView:

<com.southernbox.parallaxrecyclerview.ParallaxRecyclerView
    android:id="@+id/rv"
    android:layout_width="match_parent"
    android:layout_height="match_parent" />

About

A RecyclerView with parallax folding effect.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%