I already tried to change the last parameter on new TimePickerDialog (line 102 and 103) in the android source of DatePickerPlugin.javafinal TimePickerDialog timeDialog = new TimePickerDialog(currentCtx, timeSetListener, mHour, mMinutes, true);
But it didn't change in my app.
I already tried to change the last parameter on new TimePickerDialog (line 102 and 103) in the android source of
DatePickerPlugin.java
final TimePickerDialog timeDialog = new TimePickerDialog(currentCtx, timeSetListener, mHour, mMinutes, true);
But it didn't change in my app.