• Stars
    star
    432
  • Rank 100,650 (Top 2 %)
  • Language
    Java
  • License
    MIT License
  • Created over 9 years ago
  • Updated over 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

ItemDecoration for Android Recyclerview

RecyclerView ItemDecorations

Circle CI

This project showcases some ItemDecorations for RecyclerViews. There is a blog post about the basics of drawing decorations and animating them along with the recyclerview.

Library

If you find something appealing, please go ahead and just copy it, the MIT license applies.

I don't see it fit to be published as a library since this would need to include thorough testing and clean interfaces. So instead this project is just my personal playground in which I will have my go at the RecyclerView.

Current Examples

  • A lightweight header decoration with shadow and / or parallax effect

Header Decoration

ViewPagerDecoration

  • A GridSpanDecoration that has proper vertical padding between its columns

  • A decoration for dismissing items to draw in the background like Gmail

Dismissing items

  • Some CardLayout like Decoration with some Parallax like effect on headers

Screenshot