Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tak8997 authored Mar 29, 2020
1 parent 7d6b81a commit cc59d96
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,14 @@ dependencies {
app:itemGap="50dp" />


or


with(rippleDragDrop) {
Builder()
.setItemSize(50)
.setItemCount(4)
.setItemGap(50)
.build()
.setItemSize(50)
.setItemCount(4)
.setItemGap(50)
.build()
}

0 comments on commit cc59d96

Please sign in to comment.