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

Commit 157c75e4 authored by Alan Viverette's avatar Alan Viverette Committed by Android Git Automerger
Browse files

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

* commit '504c77e1':
  Fix year picker initial range
parents c7067053 504c77e1
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);