Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Kennyc1012 committed Aug 18, 2015
1 parent b379fc3 commit 5d55c55
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,17 @@ grid()
dark()

// If the BottomSheet can be dismiss via the back button or pressing outside
setCancelable(boolean)
setCancelable(boolean cancelable)

// Sets the menu resource to be used
setSheet(@MenuRes int sheetItems)

// Sets the Menu to be used
setMenu(Menu menu)

// Sets the MenuItems to be used
setMenuItems(List<MenuItem> items)

// Sets the style
setStyle(@StyleRes int style)
```
Expand Down Expand Up @@ -115,7 +121,7 @@ repositories {
## Add dependency
```groovy
dependencies {
compile 'com.kennyc:bottomsheet:1.1.1'
compile 'com.kennyc:bottomsheet:1.1.2'
}
```

Expand Down

0 comments on commit 5d55c55

Please sign in to comment.