vikramkakkar / SublimePicker

A material-styled android view that provisions picking of a date, time & recurrence option, all from a single user-interface.
Apache License 2.0
2.31k stars 407 forks source link

Option to select minutes first #65

Open rishabhsri20 opened 7 years ago

rishabhsri20 commented 7 years ago

I have created single object for this date picker. I am using date picker to select time in 2 edittexts. If I select hours then minutes in first and then open the second picker, the default view which shows is minutes, I want it to be hours. Please help.

dimaski commented 7 years ago

Hi, try using setTimeParams();

rishabhsri20 commented 7 years ago

Not working. We can set the time through this but we can not change if we want to select minutes first or hours.