Skip to content

arjinmc/RecyclerViewDecoration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RecyclerViewDecoration

a common tool class for decoration of RecyclerView,support ninepatch image.

中文版

Release Note

Documents are here Wiki

You can import this lib with gradle or maven because it exists on JCenter.

More expandable useful methods will be shown in ExpandRecyclerView lib. This lib will be combine into ExpandRecyclerView lib.
If you don't want to use ExpandRecyclerView lib, no worry, you can still use this lib.

Import

JitPack

allprojects {
    repositories {
        ...
        maven { url 'https://jitpack.io' }
    }
}

dependencies {
     implementation 'com.github.arjinmc:RecyclerViewDecoration:4.1.1'
}

gradle

compile 'com.arjinmc.android:recyclerviewdecoration:4.1.1'

maven

<dependency>
  <groupId>com.arjinmc.android</groupId>
  <artifactId>recyclerviewdecoration</artifactId>
  <version>4.1.1</version>
  <type>pom</type>
</dependency>

Functions

All built by Builer().

Sample images

image
image image image

About

a common tool class for itemdecoration of RecyclerView,support ninepatch image.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages