Skip to content

Seamanz/ItemDecorations

Repository files navigation

ItemDecorations

RecyclerView ItemDecoration

LinearLayoutManager

GridLayoutManager

StaggeredGridLayoutManager

Installation

To get a Git project into your build:

Step 1. Add the Jcenter repository to your build file

allprojects {
    repositories {
        ...
       jcenter()
    }
}

Step 2. Add the dependency

dependencies {
    implementation 'com.github.zane.itemdecorations:item-decorations:0.0.2'
}

About

RecyclerView ItemDecoration

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages