button not shown in alertDialog
问题 I m creating a class that extends AlertDialog. and setting layout. But when pop up is called, **1) layout is transparent 2) buttons not visible even after calling setButton ** I don't know what to do with , and no Idea why its happening. My classes are this DateTimeDialog.java public class DateTimeDialog extends AlertDialog{ Date date; String title; DialogInterface.OnClickListener listner; protected DateTimeDialog(Context context, String title, Date date ) { super(context); // TODO Auto