|
|
@ -68,6 +68,10 @@ public class DateTimePickerDialog extends AlertDialog implements OnClickListener
|
|
|
|
mIs24HourView = is24HourView;
|
|
|
|
mIs24HourView = is24HourView;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public void set12HourView(boolean is24HourView) {
|
|
|
|
|
|
|
|
mIs24HourView = is24HourView;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
public void setOnDateTimeSetListener(OnDateTimeSetListener callBack) {
|
|
|
|
public void setOnDateTimeSetListener(OnDateTimeSetListener callBack) {
|
|
|
|
mOnDateTimeSetListener = callBack;
|
|
|
|
mOnDateTimeSetListener = callBack;
|
|
|
|
}
|
|
|
|
}
|
|
|
|