Loading core/java/android/widget/DayPickerPagerAdapter.java +5 −0 Original line number Diff line number Diff line Loading @@ -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() { Loading @@ -168,6 +172,7 @@ class DayPickerPagerAdapter extends PagerAdapter { void setDayTextAppearance(int resId) { mDayTextAppearance = resId; notifyDataSetChanged(); } int getDayTextAppearance() { Loading Loading
core/java/android/widget/DayPickerPagerAdapter.java +5 −0 Original line number Diff line number Diff line Loading @@ -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() { Loading @@ -168,6 +172,7 @@ class DayPickerPagerAdapter extends PagerAdapter { void setDayTextAppearance(int resId) { mDayTextAppearance = resId; notifyDataSetChanged(); } int getDayTextAppearance() { Loading