diff --git a/README.md b/README.md index 1fa7837..470fda8 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ # shadow This library draw android view shadow by ShadowLayer. You may don't like the CardView's black shadow which we can't change it's color. Same to CardView wrap content and set shadow radius. You can change shadow color, foreground color and corner radius everywhere. Because the shadow is draw in the view. So you must add space to draw the shadow. The ShadowView add one param shadowMargin which must be set before you add shadow radius to the view. -**Warning:** `Margin In UI~` = `layout_margin` + `shadow_margin(Add by ShadowView)` + +**Caveat:** `Margin In UI~` = `layout_margin` + `shadow_margin(Add by ShadowView)` [Download Smaple](https://github.com/loopeer/shadow/releases/download/v0.0.1/app-debug.apk)