OSDN Git Service

Show CJK dates as all-numeric in the DatePicker.
authorElliott Hughes <enh@google.com>
Tue, 30 Apr 2013 20:41:06 +0000 (13:41 -0700)
committerElliott Hughes <enh@google.com>
Wed, 1 May 2013 21:12:05 +0000 (14:12 -0700)
commit949e9df25bccb736675f950591d3a286ae4052fc
treeab6ffc3977158b13553e7b94b6c985b1d84433d9
parente3f2735fcfd8dafd226200d5cf219a6f82c9cc0c
Show CJK dates as all-numeric in the DatePicker.

Before, we'd have something like 2006 4月12. After, we have 2006 4 12.
The alternative would require using custom NumberPicker.Formatter instances
for the year and day fields in these locales, and that seems significantly
more disruptive.

Bug: 8766552
Change-Id: I568578aae2f80f2acfc53cd277ef3beae6743472
core/java/android/widget/DatePicker.java