Skip to content

Commit

Permalink
Merge pull request #5 from toby78/dev
Browse files Browse the repository at this point in the history
added description to readme
  • Loading branch information
rubensousa committed Apr 14, 2020
2 parents ebdd009 + da60576 commit 2d21b8d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Decorator

A collection of ItemDecorations for RecyclerView
In Android, when you work with RecyclerViews, the standard way of working with paddings and margins is to work with fixed dimensions inside of the layout files.

While this works for many applications, sometimes the margins inside the layout files shouldn't be applied in every screen.

Decorator is a library that helps creating composable margins and dividers in RecyclerViews.

## Install

Expand Down

0 comments on commit 2d21b8d

Please sign in to comment.