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

Please add 24h support #2

Closed Rainer-Lang closed 9 years ago

vikramkakkar commented 9 years ago

Are you referring to the 24-hour option in case of TimePicker? If so, its already supported. You can opt for it while initializing SublimePicker using SublimeOptions#setTimeParams(int hourOfDay, int minute, boolean is24HourView).

The wiki is still under construction, but you can look at this page for more info on SublimeOptions: https://github.com/vikramkakkar/SublimePicker/wiki/SublimeOptions.