badoualy / datepicker-timeline

An infinite scrolling timeline to pick a date
MIT License
464 stars 71 forks source link

Color of selected date #34

Open simoneraffaelli opened 5 years ago

simoneraffaelli commented 5 years ago

Even if I set on layout a different color, sometimes it will popup back with the defaults. I think I set the correct attrs: app:mti_bgLblDateSelectedColor="..." app:mti_lblDateColor="..." app:mti_ringLblDateSelectedColor="..." app:mti_tabBeforeSelectionColor="..." app:mti_tabSelectedColor="..."

Next days if I have time I'll look into src code to find the bug, if you spot it before me please answer this issue. ty

AnthonyBillon commented 5 years ago

As workaround, you can override the values in your colors.xml `

@color/colorPrimary
<color name="mti_ring_lbl_date_color">@color/colorPrimary</color>

`

simoneraffaelli commented 5 years ago

Will try this, thank you!