diff --git a/README.md b/README.md index 87e85b3830faf797169be0141d09e9ac83bc2571..682feec6e5ab25c39e121bdd8db5f67ef1a458f3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ List of Android UI/UX Libraries ================== -![Project status](http://stillmaintained.com/wasabeef/awesome-android-ui.png) +[![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/wasabeef/awesome-android-ui) A curated list of awesome Android UI/UX libraries. @@ -133,7 +133,7 @@ Name | License | Demo [RecyclerViewFastScroller](https://github.com/danoz73/RecyclerViewFastScroller) | [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) | [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) | ViewPager ====================== diff --git a/art/AdvancedRecyclerView.gif b/art/AdvancedRecyclerView.gif new file mode 100644 index 0000000000000000000000000000000000000000..979986c42ba4aa03fa73e4d7d23c807dd92acd2d Binary files /dev/null and b/art/AdvancedRecyclerView.gif differ diff --git a/pages/List-Grid.md b/pages/List-Grid.md index d2cfda6604adc96ddaf240efd7b62a3884119e35..288a86544c0799bee4089560f2d64ba287f3c802 100644 --- a/pages/List-Grid.md +++ b/pages/List-Grid.md @@ -25,3 +25,5 @@ Name | License | Demo [RecyclerViewFastScroller](https://github.com/danoz73/RecyclerViewFastScroller) | [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) | [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) |