Searched refs:monthColor (Results 1 – 1 of 1) sorted by relevance
137 final ColorStateList monthColor = ta.getColorStateList(0); in DayPickerView() local138 if (monthColor != null) { in DayPickerView()139 mPrevButton.setImageTintList(monthColor); in DayPickerView()140 mNextButton.setImageTintList(monthColor); in DayPickerView()