From d972a877353f87fc8ece2df2856a8d439309a696 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=AE=87=E6=98=8E?= Date: Wed, 3 Aug 2016 17:51:44 +0800 Subject: [PATCH 1/2] Update README.md add Extension library --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 06734e66d..bfe7e7359 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,8 @@ Please feel free to use this.(Love can be a **Star**) - **add setEmptyView methods** - **add drag item** +#Extension library +[PinnedSectionItemDecoration](https://github.com/oubowu/PinnedSectionItemDecoration) # Get it Add it in your root build.gradle at the end of repositories: ```groovy From cf3b4a6639fb5bfae14cbd66ad65fcb956497a7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=AE=87=E6=98=8E?= Date: Wed, 3 Aug 2016 17:54:38 +0800 Subject: [PATCH 2/2] Update README-cn.md --- README-cn.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README-cn.md b/README-cn.md index 5353027c2..03926d6fc 100644 --- a/README-cn.md +++ b/README-cn.md @@ -25,6 +25,8 @@ - **设置空布局(比Listview的setEmptyView还要好用!)** - **添加拖拽item** +#扩展库 +[PinnedSectionItemDecoration](https://github.com/oubowu/PinnedSectionItemDecoration) #如何使用它? 先在 build.gradle 的 repositories 添加: ```