Settings: Use the same day sequence for downtime.

Make the starting day (Monday) the same between
the selection dialog and the summary text.

Bug:17390052

Change-Id: I4f884cb5e02c1cc2642ab05915cd94c655b9f362
This commit is contained in:
John Spurlock
2014-09-10 11:38:30 -04:00
parent cddb29544a
commit 1e7dbd455e
2 changed files with 5 additions and 3 deletions

View File

@@ -32,7 +32,7 @@ import java.text.SimpleDateFormat;
import java.util.Calendar;
public class ZenModeDowntimeDaysSelection extends ScrollView {
private static final int[] DAYS = {
public static final int[] DAYS = {
Calendar.MONDAY, Calendar.TUESDAY, Calendar.WEDNESDAY, Calendar.THURSDAY, Calendar.FRIDAY,
Calendar.SATURDAY, Calendar.SUNDAY
};