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:
As far as i know once you override onCreateView you are overriding the default layout of the dialogFragment. so i suggest that you create the whole custom dialog fragment layout.
here's a sample xml layout.