Customizing date picker dialog android
问题 I want to change the background,text color and the typeface of datepicker dialog along with it i want to change customize the positive and negative buttons on it as well.. How is it possible ? 回答1: Select date from dialog and display it in TextView. public class DatePickerDemoActivity extends Activity { /** Called when the activity is first created. */ private TextView mDateDisplay; private Button mPickDate; private int mYear; private int mMonth; private int mDay; static final int DATE_DIALOG