Simple Item Decoration

A divider for Android's RecyclerView using RecyclerView.ItemDecoration

License

License

GroupId

GroupId

com.bignerdranch.android
ArtifactId

ArtifactId

simple-item-decoration
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

aar
Description

Description

Simple Item Decoration
A divider for Android's RecyclerView using RecyclerView.ItemDecoration
Project URL

Project URL

https://github.com/bignerdranch/simple-item-decoration
Source Code Management

Source Code Management

https://github.com/bignerdranch/simple-item-decoration

Download simple-item-decoration

How to add to project

<!-- https://jarcasting.com/artifacts/com.bignerdranch.android/simple-item-decoration/ -->
<dependency>
    <groupId>com.bignerdranch.android</groupId>
    <artifactId>simple-item-decoration</artifactId>
    <version>1.0.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.bignerdranch.android/simple-item-decoration/
implementation 'com.bignerdranch.android:simple-item-decoration:1.0.0'
// https://jarcasting.com/artifacts/com.bignerdranch.android/simple-item-decoration/
implementation ("com.bignerdranch.android:simple-item-decoration:1.0.0")
'com.bignerdranch.android:simple-item-decoration:aar:1.0.0'
<dependency org="com.bignerdranch.android" name="simple-item-decoration" rev="1.0.0">
  <artifact name="simple-item-decoration" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.bignerdranch.android', module='simple-item-decoration', version='1.0.0')
)
libraryDependencies += "com.bignerdranch.android" % "simple-item-decoration" % "1.0.0"
[com.bignerdranch.android/simple-item-decoration "1.0.0"]

Dependencies

compile (1)

Group / Artifact Type Version
com.android.support » recyclerview-v7 jar 23.1.1

Project Modules

There are no modules declared in this project.

Simple Item Decoration

A library for adding dividers and offsets to Android's RecyclerView using RecyclerView.ItemDecoration.

For more information please see the website.

Download

v1.0.0 AAR

Gradle

compile 'com.bignerdranch.android:simple-item-decoration:1.0.0'

Maven

<dependency>
    <groupId>com.bignerdranch.android</groupId>
    <artifactId>simple-item-decoration</artifactId>
    <version>1.0.0</version>
</dependency>

License

The MIT License

Copyright (c) 2015 Big Nerd Ranch

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
com.bignerdranch.android

Big Nerd Ranch

Versions

Version
1.0.0