I have the following Dialog in my application
As you can see, I will not use Title ( nomequalquer.setTitle("blabla")
) nor Message. I would like to know what I can do to make this white space where the title of about 50dp would be missing.
Just add before before dialog.setContentView(R.layout.seulayout)
and immediately after instantiating your dialog, the following line: dialog.requestWindowFeature(Window.FEATURE_NO_TITLE);