A minimal proof of concept showcasing fab-to-dialog morphing (as in Nick Butcher's Plaid) with Aidan Follestad's Material Dialogs.
- Create an activity for the dialog with a skeleton layout
- Pass the dialog parameters (title, content etc.) along with the intent bundle and start the activity
- Create a MaterialDialog in the dialog activity, stick it's root view reference inside our skeleton layout
Black magic.Set up shared elements transitions for morphing to a dialog from a floating action button and vice versa- Profit.