How to create a DialogFragment without title?
I'm creating a DialogFragment to show some help messages regarding my app. Everything works fine besides one thing: There is a black stripe at the top of the window that shows the DialogFragment, that I presume is reserved for the title, something I don't want to use. This is specially painful since my custom DialogFragment uses a white background, so the change is way too notorious to be left aside. Let me show you this in a more graphical manner: Now the XML code for my DialogFragment is as follows: <ScrollView xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width=