arjinmc / RecyclerViewDecoration

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:Apache License 2.0


Languages

Language:Java 100.0%