diff --git a/README.md b/README.md index 1340a2463e3839c66f5fc5d1b4fd035076942ddf..bd91daf9e72288c168582a45b14351e671bec834 100644 --- a/README.md +++ b/README.md @@ -136,6 +136,7 @@ Name | License | Demo [RecyclerView-MultipleViewTypesAdapter](https://github.com/yqritc/RecyclerView-MultipleViewTypesAdapter) | [Apache License V2](https://www.apache.org/licenses/LICENSE-2.0) | [SwipeToAction](https://github.com/diftco/SwipeToAction) | [Apache License V2](https://www.apache.org/licenses/LICENSE-2.0) | [Advanced Recyclerview](https://github.com/h6ah4i/android-advancedrecyclerview) | [Apache License V2](https://www.apache.org/licenses/LICENSE-2.0) | +[RecyclerItemDecoration](https://github.com/magiepooh/RecyclerItemDecoration) | [Apache License V2](https://www.apache.org/licenses/LICENSE-2.0) | ViewPager ====================== diff --git a/art/recycler-itemdecoration1.gif b/art/recycler-itemdecoration1.gif new file mode 100644 index 0000000000000000000000000000000000000000..782ed1ae07ac1c82d5822a7db8aa2a15a2454cd0 Binary files /dev/null and b/art/recycler-itemdecoration1.gif differ diff --git a/art/recycler-itemdecoration2.gif b/art/recycler-itemdecoration2.gif new file mode 100644 index 0000000000000000000000000000000000000000..58c82714dba055acf86bbb610a0dae40a2cf9295 Binary files /dev/null and b/art/recycler-itemdecoration2.gif differ diff --git a/pages/List-Grid.md b/pages/List-Grid.md index 288a86544c0799bee4089560f2d64ba287f3c802..b63193a5f697ae9a808cacf2bc85f22800e439e4 100644 --- a/pages/List-Grid.md +++ b/pages/List-Grid.md @@ -27,3 +27,4 @@ Name | License | Demo [SwipeToAction](https://github.com/diftco/SwipeToAction) | [Apache License V2](https://www.apache.org/licenses/LICENSE-2.0) | [RecyclerView-MultipleViewTypesAdapter](https://github.com/yqritc/RecyclerView-MultipleViewTypesAdapter) | [Apache License V2](https://www.apache.org/licenses/LICENSE-2.0) | [Advanced Recyclerview](https://github.com/h6ah4i/android-advancedrecyclerview) | [Apache License V2](https://www.apache.org/licenses/LICENSE-2.0) | +[RecyclerItemDecoration](https://github.com/magiepooh/RecyclerItemDecoration) | [Apache License V2](https://www.apache.org/licenses/LICENSE-2.0) |