How can i add title to this custom dialog??
I have tried like this
Please use this line in to hide built-in title from dialog
dialog.requestWindowFeature(Window.FEATURE_NO_TITLE);
and add textView in your layout file.