Skip to content

Commit c529ca2

Browse files
committed
Update README.md
1 parent 76b549f commit c529ca2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ DialogPlus dialog = new DialogPlus.Builder(this)
3535
public void onItemClick(DialogPlus dialog, Object item, View view, int position) {
3636
}
3737
})
38-
.setExpanded(true) // This will enable the scrolling animation
38+
.setExpanded(true) // This will enable the expand feature, (similar to android L share dialog)
3939
.create();
4040
dialog.show();
4141
```
4242

4343
### More options
44-
Enable scrolling animation same as Android L
44+
Enable expand animation same as Android L share dialog
4545
```java
4646
.setExpanded(true) // default is false, only works for grid and list
4747
```

0 commit comments

Comments
 (0)