Skip to content

Commit

Permalink
Update REDME
Browse files Browse the repository at this point in the history
  • Loading branch information
Semper-Viventem committed Jul 20, 2018
1 parent ef7f2f2 commit 56e0df0
Showing 1 changed file with 22 additions and 5 deletions.
27 changes: 22 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Backdrop

[ ![Download](https://api.bintray.com/packages/semper-viventem/maven/backdrop/images/download.svg) ](https://bintray.com/semper-viventem/maven/backdrop/_latestVersion)
[ ![Download](https://api.bintray.com/packages/semper-viventem/maven/backdrop/images/download.svg) ](https://bintray.com/semper-viventem/maven/backdrop/_latestVersion)[![](https://jitpack.io/v/Semper-Viventem/BackdropView.svg)](https://jitpack.io/#Semper-Viventem/BackdropView)


## What is it?
This library makes it easy to implement a [Backdrop](https://material.io/design/components/backdrop.html) pattern with a CoordinatorLayout
Expand All @@ -9,14 +10,30 @@ This library makes it easy to implement a [Backdrop](https://material.io/design/
<img src="/docs/images/Screenshot_20180720-191017.png" width="300"> <img src="/docs/images/Screenshot_20180720-191029.png" width="300">


## How to use it?
You need to add a layout Toolbar, back container and foreground container
## Download

**Gradle**
**JCenter (Recommended):**
```groovy
implementation 'ru.semper-viventem.backdrop:backdrop:0.1.0'
dependencies {
implementation 'ru.semper-viventem.backdrop:backdrop:0.1.0'
}
```

**JitPack:**
```groovy
epositories {
...
maven { url 'https://jitpack.io' }
}
dependencies {
implementation 'com.github.Semper-Viventem:BackdropView:v0.1.0'
}
```

## How to use it?
You need to add a layout Toolbar, back container and foreground container

Add BackdropBehavior to the Foreground View Container:

**XML**
Expand Down

0 comments on commit 56e0df0

Please sign in to comment.