Skip to content

Commit

Permalink
add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
yamin-elmakis committed Oct 13, 2017
1 parent 747c367 commit b153310
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# ShadowFactory

Android library that lets add colorful "shadow like" background to Views

### Usage

``` java
Shadow.Builder.init(this)
.shadowAll(shadowSize)
.blur(blurSize)
.backgroundColorRes(android.R.color.black)
.shadowColorRes(R.color.grey)
.build().set(view);
```

0 comments on commit b153310

Please sign in to comment.