Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fenrirx22 authored Nov 14, 2018
1 parent 1516793 commit 5074189
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,24 @@ Create and customise your own toolbar!

<img src="./resources/app.gif" width="250">

### How to install
##### 1. Add jitpack repository to your gradle file
```gradle
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
```

### How to use ( full example in the "app" folder )
##### 2. Add dependency to your gradle file
```gradle
implementation 'com.github.nomtek:ToolbarController:x.x.x'
```
where x.x.x is release version.

### How to use ( full example in the "app" folder )
##### 1. Add toolbar to your activity
```xml
<android.support.v7.widget.Toolbar
Expand Down

0 comments on commit 5074189

Please sign in to comment.