Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7286d1ff authored by Alan Viverette's avatar Alan Viverette Committed by Android Git Automerger
Browse files

am 157c75e4: am 504c77e1: am d611fc4e: Merge "Fix year picker initial range" into lmp-mr1-dev

* commit '157c75e4':
  Fix year picker initial range
parents 65d12bf7 157c75e4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -192,6 +192,7 @@ class DatePickerCalendarDelegate extends DatePicker.AbstractDatePickerDelegate i

        mYearPickerView = new YearPickerView(mContext);
        mYearPickerView.init(this);
        mYearPickerView.setRange(mMinDate, mMaxDate);

        final int yearSelectedCircleColor = a.getColor(R.styleable.DatePicker_yearListSelectorColor,
                defaultHighlightColor);