DatePicker having a background
问题 the problem is that my date picker having an ugly White background behind the date picker i just want that background to Disappear this is My code public void selectDate(View view) { DialogFragment newFragment = new SelectDateFragment(); newFragment.show(Master_.fragmentManager, "DatePicker"); } public void populateSetDate(int year, int month, int day) { Birthdate.setText(year + "-" + month + "-" + day); } public class SelectDateFragment extends DialogFragment implements DatePickerDialog