SyntaxFix
Write A Post
Hire A Developer
Questions
I was extending a DialogFragment and the above answer didnot work. I had to use getDialog() to achieve remove the title:
getDialog().getWindow().requestFeature(Window.FEATURE_NO_TITLE);