avast / android-styled-dialogs

Backport of Material dialogs with easy-to-use API based on DialogFragment
Apache License 2.0
2.15k stars 450 forks source link

How can I get the dialog to work with FrameLayout? I can't get FragmentManager. #50

Closed Dellaso closed 10 years ago

tomas-vondracek commented 10 years ago

not sure what you mean @Dellaso, you can create dialog with FragmentManager from FragmentActivity or Fragment

Dellaso commented 10 years ago

@tomas-vondracek , thanks! I mean, my class has extended FrameLayout, but now it need extend FragmentActivity like what has been done in demo, for using the dialog. but there is no way to extend two classes in java, so that's the problem.