am 2cbe100a: am 40fea8b1: am 4b5da86d: Fix DatePicker and Calendar widget in layoutlib. [DO NOT MERGE]
* commit '2cbe100a9bc6d2b3bf828432a1527f0ac239e575': Fix DatePicker and Calendar widget in layoutlib. [DO NOT MERGE]
This commit is contained in:
@@ -171,10 +171,13 @@ public class ICU_Delegate {
|
|||||||
result.longStandAloneMonthNames = result.longMonthNames;
|
result.longStandAloneMonthNames = result.longMonthNames;
|
||||||
result.shortStandAloneMonthNames = result.shortMonthNames;
|
result.shortStandAloneMonthNames = result.shortMonthNames;
|
||||||
|
|
||||||
|
// The platform code expects this to begin at index 1, rather than 0. It maps it directly to
|
||||||
|
// the constants from java.util.Calendar.<weekday>
|
||||||
result.longWeekdayNames = new String[] {
|
result.longWeekdayNames = new String[] {
|
||||||
"Monday" ,"Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday" };
|
"", "Sunday", "Monday" ,"Tuesday", "Wednesday", "Thursday", "Friday", "Saturday" };
|
||||||
result.shortWeekdayNames = new String[] {
|
result.shortWeekdayNames = new String[] {
|
||||||
"Mon" ,"Tue", "Wed", "Thu", "Fri", "Sat", "Sun" };
|
"", "Sun", "Mon" ,"Tue", "Wed", "Thu", "Fri", "Sat" };
|
||||||
|
|
||||||
result.longStandAloneWeekdayNames = result.longWeekdayNames;
|
result.longStandAloneWeekdayNames = result.longWeekdayNames;
|
||||||
result.shortStandAloneWeekdayNames = result.shortWeekdayNames;
|
result.shortStandAloneWeekdayNames = result.shortWeekdayNames;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user