Skip to content

Commit

Permalink
modified README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ShogoMizumoto committed Mar 20, 2015
1 parent 17a79f6 commit b7eea3f
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,26 @@ Android - draw z-depth shadow of MaterialDesign

![ZDepthShadowLayout GIF](./blobs/screen_capture.png)

### HowTo Use

```
apply plugin: 'com.android.application'
repositories {
maven {
url "https://jitpack.io"
}
}
android {
// something code...
}
dependencies {
compile 'com.github.ShogoMizumoto:ZDepthShadowLayout:1.0.4'
}
```

### What is ZDepth??

![ZDepthShadowLayout GIF](./blobs/shadow_zdepth.png)
Expand Down

0 comments on commit b7eea3f

Please sign in to comment.