one trick is using dialog with no title bar, hence android not draw the line, then adding title and the line yourself in dialog`s layout xml file!
for example:
in manifest use:
and in your Mydialog layout define title and line yourself with your desired color and style!