Skip to content
This repository has been archived by the owner on Jan 9, 2020. It is now read-only.

Commit

Permalink
Add "Add it to your project" section to README
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergio Gutierrez committed Sep 10, 2015
1 parent 61a5e89 commit 382ba9d
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,32 @@ Dividers

Dividers are the smaller component that can be rendered and represent all the separators for a single cell. Internally, dividers are represented as a grid of 3x3 elements (ignoring the center). Each side can be referenced with a value from the enum ``Direction``. This can prove useful when defining complex dividers such as the ones used in headers or footers.

Add it to your project
----------------------

Add ``Dividers`` dependency to your ``build.gradle`` file

```groovy
dependencies{
compile 'com.karumi:dividers:1.0.0'
}
```

or to your ``pom.xml`` if you are using Maven instead of Gradle

```xml

<dependency>
<groupId>com.karumi</groupId>
<artifactId>dividers</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>

```

Do you want to contribute?
--------------------------

Expand Down

0 comments on commit 382ba9d

Please sign in to comment.