OSDN Git Service

Fix old remaining i18n bugs on TimePicker:
authorFabrice Di Meglio <fdimeglio@google.com>
Fri, 16 Aug 2013 00:49:49 +0000 (17:49 -0700)
committerFabrice Di Meglio <fdimeglio@google.com>
Fri, 16 Aug 2013 21:34:25 +0000 (14:34 -0700)
commit64902bd89ea0630a59eb61345061002e9895af84
tree7f1f20ab9613f64020c1547c1cc29b16d9a5df8e
parent80f7ec06d0e45a8724122d5b4451ee12e37f9aac
Fix old remaining i18n bugs on TimePicker:

- put am/pm on the left side of hours for hu, zh, ja and ko Locales
- use the hours/minutes separator from the Locale (fi, sr, ...)
- updated layouts (better for Arabic, Farsi and Hebrew)
- support double digits format for 12h and single digit format for
24h (it, ja, vi, ...)
- fix setIs24HourView(boolean) behavior: do not lose the current hour
value when switching from 12h to 24h

Change-Id: If66cb6f802d894f0a2357b43eede6854791f3b67
core/java/android/widget/TimePicker.java
core/res/res/layout/time_picker.xml
core/res/res/layout/time_picker_holo.xml
core/res/res/values/donottranslate.xml
core/res/res/values/symbols.xml