material-remixer-android
material-remixer-android copied to clipboard
Create a more user-friendly RemixerFragment.show() API
Right now, a custom invocation of RemixerFragment has to be done via DialogFragment#show(FragmentManager manager, String tag)
. It's not too bad, but consider exposing a more streamlined show(FragmentActivity activity)
API.
Clients may want to do this if they want to invoke RemixerFragment from a Toolbar MenuItem (not-a Button).