You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to add "Customizable Minutes" feature to the TimePicker
To display the minute values from 00-45 with step 15 or step given by the user.
Example: if the step is 15, minute in list values are: 00, 30, 45.... If the
step is 30, minute list values are: 00, 30.
Original issue reported on code.google.com by [email protected] on 20 Jul 2010 at 4:30
The text was updated successfully, but these errors were encountered:
I am experiencing some troubles using a custom minute spinner, with a step of 5
minutes.
Sometimes, if I first click spinner down, event if maxStep and minStep are set
to 30000ms (5mn), time picker decrements of 1mn. Then, everything is fine :
10h50 -> 10h49 -> 10h44, ...
If i first click spinner up, nothing wrong happens.
Original comment by jeanbaptiste.roquefere on 11 Jan 2011 at 9:53
Original issue reported on code.google.com by
[email protected]
on 20 Jul 2010 at 4:30The text was updated successfully, but these errors were encountered: