Skip to content

Commit b33be87

Browse files
author
fujita-takuma
committed
add RecyclerItemDecoration by @magiepooh
1 parent b0548e1 commit b33be87

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

English Version/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,12 @@ Demo Apk: https://play.google.com/store/apps/details?id=com.jpardogo.android.lis
158158
Renderings: ![Renderings](https://raw.github.com/jpardogo/ListBuddies/master/art/screenshot_listbuddies_2.png)
159159
<a href="https://github.com/Trinea/android-open-project/edit/master/English%20Version/README.md#include" title="Back to directory" style="width:100%"><img src="http://farm4.staticflickr.com/3737/12167413134_edcff68e22_o.png" align="right"/></a>
160160

161+
1. RecyclerItemDecoration
162+
RecyclerItemDecoration allows you to draw divider between items in recyclerview with multiple ViewType without considering items' positions!
163+
You don't need to think about items' position! You need to care about their ViewType!!
164+
Project Address: https://github.com/magiepooh/RecyclerItemDecoration
165+
Renderings: ![Renderings:](https://raw.githubusercontent.com/magiepooh/RecyclerItemDecoration/master/art/demo_vertical.gif) ![Renderings:](https://raw.githubusercontent.com/magiepooh/RecyclerItemDecoration/master/art/demo_horizontal.gif)
166+
161167
#### 2. ActionBar
162168
1. ActionBarSherlock
163169
Action bar implementation which uses the native action bar on Android 4.0+ and a custom implementation on pre-4.0 through a single API and theme.

0 commit comments

Comments
 (0)