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

Commit e0c1e3d7 authored by Alan Viverette's avatar Alan Viverette Committed by android-build-merger
Browse files

Merge "Refresh views on DayPicker appearance changes" into nyc-dev am: 522e28e9

am: 2516d8cf

* commit '2516d8cf':
  Refresh views on DayPicker appearance changes

Change-Id: Ie9e7440de111a43bec2e9ccc134f1a1c98bf22aa
parents 30ca0252 2516d8cf
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -148,18 +148,22 @@ class DayPickerPagerAdapter extends PagerAdapter {

    void setCalendarTextColor(ColorStateList calendarTextColor) {
        mCalendarTextColor = calendarTextColor;
        notifyDataSetChanged();
    }

    void setDaySelectorColor(ColorStateList selectorColor) {
        mDaySelectorColor = selectorColor;
        notifyDataSetChanged();
    }

    void setMonthTextAppearance(int resId) {
        mMonthTextAppearance = resId;
        notifyDataSetChanged();
    }

    void setDayOfWeekTextAppearance(int resId) {
        mDayOfWeekTextAppearance = resId;
        notifyDataSetChanged();
    }

    int getDayOfWeekTextAppearance() {
@@ -168,6 +172,7 @@ class DayPickerPagerAdapter extends PagerAdapter {

    void setDayTextAppearance(int resId) {
        mDayTextAppearance = resId;
        notifyDataSetChanged();
    }

    int getDayTextAppearance() {