0

I need to show fragment inside of the dialog. Is it possible to give dialog theme or add fragment layout in dialog.

2 Answers2

0

Google merged them for you :) , you can use DialogFragment -->

Talha
  • 12,673
  • 5
  • 49
  • 68
-1

Yes, you can do this.Put android.theme.dialog in the manifest file and extend the dialog with the fragment

Harsh Parikh
  • 3,845
  • 3
  • 14
  • 14