vikramkakkar / SublimePicker

A material-styled android view that provisions picking of a date, time & recurrence option, all from a single user-interface.
Apache License 2.0
2.31k stars 407 forks source link

Update Year Selector #48

Closed kwokchunwa14 closed 7 years ago

kwokchunwa14 commented 7 years ago

Hi,

Is there possible to update spYearListSelectorColor of YearPickerViewStyle?

I can update spDatePickerStyle from SublimePickerStyleLight

While I can't find the spYearListSelectorColor inside SublimePickerStyleLight. Therefore I am facing the problem about updating spYearListSelectorColor.

Thanks a lot for your help!

kwokchunwa14 commented 7 years ago

I trace the code from YearPickerView

Just override the following style is okay. private static final int ITEM_TEXT_ACTIVATED_APPEARANCE = R.style.SPYearLabelActivatedTextAppearance;