|
@@ -101,36 +101,36 @@ dependencies {
|
|
|
}
|
|
|
```
|
|
|
|
|
|
-## Lifecycle
|
|
|
+## Bottom Sheets
|
|
|
|
|
|
-[  ](https://bintray.com/drummer-aidan/maven/material-dialogs%3Alifecycle/_latestVersion)
|
|
|
+[  ](https://bintray.com/drummer-aidan/maven/material-dialogs%3Abottomsheets/_latestVersion)
|
|
|
|
|
|
-#### [Lifecycle Tutorial and Samples](documentation/LIFECYCLE.md)
|
|
|
+#### [Bottom Sheets Tutorial and Samples](documentation/BOTTOMSHEETS.md)
|
|
|
|
|
|
-The `lifecycle` module contains extensions to make dialogs work with AndroidX lifecycles.
|
|
|
+The `bottomsheets` module contains extensions to turn modal dialogs into bottom sheets, among
|
|
|
+other functionality like showing a grid of items. Be sure to checkout the sample project for this,
|
|
|
+too!
|
|
|
+
|
|
|
+<img src="https://raw.githubusercontent.com/afollestad/material-dialogs/master/art/bottomsheet_customview.png" width="200px" />
|
|
|
|
|
|
```gradle
|
|
|
dependencies {
|
|
|
...
|
|
|
- implementation 'com.afollestad.material-dialogs:lifecycle:3.0.0-alpha2'
|
|
|
+ implementation 'com.afollestad.material-dialogs:bottomsheets:3.0.0-alpha2'
|
|
|
}
|
|
|
```
|
|
|
|
|
|
-## Bottom Sheets
|
|
|
-
|
|
|
-[  ](https://bintray.com/drummer-aidan/maven/material-dialogs%3Abottomsheets/_latestVersion)
|
|
|
+## Lifecycle
|
|
|
|
|
|
-#### [Bottom Sheets Tutorial and Samples](documentation/BOTTOMSHEETS.md)
|
|
|
+[  ](https://bintray.com/drummer-aidan/maven/material-dialogs%3Alifecycle/_latestVersion)
|
|
|
|
|
|
-The `bottomsheets` module contains extensions to turn modal dialogs into bottom sheets, among
|
|
|
-other functionality like showing a grid of items. Be sure to checkout the sample project for this,
|
|
|
-too!
|
|
|
+#### [Lifecycle Tutorial and Samples](documentation/LIFECYCLE.md)
|
|
|
|
|
|
-<img src="https://raw.githubusercontent.com/afollestad/material-dialogs/master/art/bottomsheet_customview.png" width="200px" />
|
|
|
+The `lifecycle` module contains extensions to make dialogs work with AndroidX lifecycles.
|
|
|
|
|
|
```gradle
|
|
|
dependencies {
|
|
|
...
|
|
|
- implementation 'com.afollestad.material-dialogs:bottomsheets:3.0.0-alpha2'
|
|
|
+ implementation 'com.afollestad.material-dialogs:lifecycle:3.0.0-alpha2'
|
|
|
}
|
|
|
-```
|
|
|
+```
|