I have this nice dialog view I set my UserInputDialog class to:
Create a custom style and place it in your values folder
To set a style to an individual dialog you can use
Dialog dialog = new Dialog(context, R.style.YourCustomStyle);