Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
orhanobut committed Jun 21, 2015
1 parent 76b549f commit c529ca2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ DialogPlus dialog = new DialogPlus.Builder(this)
public void onItemClick(DialogPlus dialog, Object item, View view, int position) {
}
})
.setExpanded(true) // This will enable the scrolling animation
.setExpanded(true) // This will enable the expand feature, (similar to android L share dialog)
.create();
dialog.show();
```

### More options
Enable scrolling animation same as Android L
Enable expand animation same as Android L share dialog
```java
.setExpanded(true) // default is false, only works for grid and list
```
Expand Down

0 comments on commit c529ca2

Please sign in to comment.