Skip to content

tejaskanani1/ExpandableRecyclerView

 
 

Repository files navigation

ExpandableRecyclerView

How to use: RecyclerViewItem.xml

  <com.example.smoothcardanimation.ExpandableLinearLayout
    android:id="@+id/expandableView"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    app:expandDuration="500">
    //add your after expand design here
    </com.example.smoothcardanimation.ExpandableLinearLayout>        

About

Expandable Recycler View

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%