Skip to content

Commit

Permalink
docs: update README.md with download info
Browse files Browse the repository at this point in the history
  • Loading branch information
RowlandOti committed Jul 21, 2016
1 parent 94c5de8 commit 17413a4
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,27 @@ Custom SlidingTabStripLayout of the one found in Android Design support library
* SlidingTabStripLayout underline color
* Highlight of selected Tab with different shade of color and size of text(Different Text Appearance)

## Download
Download [the latest JAR][1] or grab via Maven:
```xml
<dependency>
<groupId>com.rowland.slidingtabstriplayout</groupId>
<artifactId>slidingTabStripLayout</artifactId>
<version>1.0.0-beta-1</version>
<type>pom</type>
</dependency>
```
or Gradle:
```groovy
repositories {
jcenter()
}
dependencies {
compile 'com.rowland.slidingtabstriplayout:slidingTabStripLayout:1.0.0-beta-1'
}
```

## Usage
Usage is very similar to the one in the support library . Since I retained the same package names . You can use it like below

Expand Down

0 comments on commit 17413a4

Please sign in to comment.