eltos / SimpleDialogFragments

An Android library to create dialogs with ease and handle user interaction reliably, using fragments and material design.
Apache License 2.0
119 stars 17 forks source link

Is it possible to use dialogs as views? [Question][FeatureRequest] #4

Closed shaljam closed 7 years ago

eltos commented 7 years ago

Can you clarify what you mean by that? Please provide an examplary use case.

shaljam commented 7 years ago

Sure, I'd like to use SimpleColorDialog as a fragment inside my activity to be present all the time, not like a dialog that opens and closes.

eltos commented 7 years ago

Please have a look at the commit referenced above. This should give you an Idea on how to re-use a view from a dialog in another fragment.

eltos commented 7 years ago

screenshot_20170409-183849

shaljam commented 7 years ago

Great.