I'm not sure if you consider this out of this libraries scope, but I think it would be a nice feature to allow to show the dialogs (like list dialogs or custom RecyclerView dialogs) easily as a bottom sheet as well...
Just an idea...
Yeah, that's so dramatically different than a dialog (code wise) that I think it belongs in a separate library. Especially since it would take a lot of extra code to implement.
I'd recommend using bottomsheet by Flipboard.
_Update_
Now that the design library has the android.support.design.widget.BottomSheetDialog, maybe this point should be considered again?
It's been implemented in 3.0.0-alpha1
Most helpful comment
_Update_
Now that the design library has the
android.support.design.widget.BottomSheetDialog, maybe this point should be considered again?