Based on the code here, http://developer.android.com/guide/topics/ui/dialogs.html#CustomDialog . I am successfully able to create a custom dialog with background and buttons ins
Dialog dialog = new Dialog(Main.this); dialog.getWindow(); dialog.requestWindowFeature(Window.FEATURE_NO_TITLE);