I am trying new AlertDialog from appcompat v7 22.1.1.
It works pretty well (In all android versions) as in image.
You can use style attributes like
buttonBarButtonStylebuttonBarNegativeButtonStylebuttonBarNeutralButtonStylebuttonBarPositiveButtonStyleExample:
Where dialogButtonSelector is our custom drawable selector.
Unfortunatelly setting background on dialog_button destroy our paddings and margins so I need to set it again.
dialog_button style can inherit through Widget.AppCompat.Button.ButtonBar.AlertDialog but I found that it has missing styles like textStyle bold.