I\'ve trying to create DialoFragment with AppCompat theme, but when i use AppCompat theme, dialog title is not shown.
I\'am using defined style:
Try extending AppCompatDialogFragment instead of DialogFragment. That should do the trick.