SyntaxFix
Write A Post
Hire A Developer
Questions
if you are using a custom view then remeber to request window feature before adding content view like this
dialog.requestWindowFeature(Window.FEATURE_NO_TITLE); dialog.setContentView(view); dialog.show();