Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fornewid authored Aug 14, 2020
1 parent 6aaa3cd commit 51d88b1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,11 @@ There is a [sample](https://github.com/fornewid/neumorphism/tree/master/sample)
app:neumorph_strokeWidth="@dimen/stroke_width"

// Use a inset to avoid clipping shadow. (default=12dp)
app:neumorph_inset="@dimen/stroke_width"
app:neumorph_insetStart="@dimen/stroke_width"
app:neumorph_insetEnd="@dimen/stroke_width"
app:neumorph_insetTop="@dimen/stroke_width"
app:neumorph_insetBottom="@dimen/stroke_width"
app:neumorph_inset="12dp"
app:neumorph_insetStart="12dp"
app:neumorph_insetEnd="12dp"
app:neumorph_insetTop="12dp"
app:neumorph_insetBottom="12dp"

// Use a padding. (default=12dp)
android:padding="12dp">
Expand Down

0 comments on commit 51d88b1

Please sign in to comment.