OSDN Git Service

Change the time format to show 2 digits for 24-hour mode.
authorPatrick Scott <phanna@android.com>
Tue, 14 Jul 2009 12:50:14 +0000 (08:50 -0400)
committerPatrick Scott <phanna@android.com>
Tue, 14 Jul 2009 15:25:56 +0000 (11:25 -0400)
commit439d5bd5995ad6d9c0e750678a7c2176e2e1d67b
tree041adec54d02e0d98199da14e1f1135559dbda77
parentf30a09a7d75977793b57bff4829646d4a73f2720
Change the time format to show 2 digits for 24-hour mode.

This will show 09 instead of 9 for all hours before 10 am.
src/com/android/alarmclock/Alarms.java
src/com/android/alarmclock/DigitalClock.java