You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello!
Why impossible to customize colors:
"calendar_date_selected_background"
and probably "calendar_date_today_text_color"
Hardcoded light blue color not suitable for some color themes.
I don’t understand how to change it.
The text was updated successfully, but these errors were encountered:
For customize calendar_date_selected_background and calendar_date_today_text_color add your custom drawable selector:
if you set styles and colors programmatically calendarView.setDateCellBackgroundRes(R.drawable.custom_date_bg_selector)
if you set styles and colors with XML attributes: <item name="calendar_date_background">@drawable/custom_date_bg_selector</item>
Hi,
it's not possible to change calendar_date_today_text_color in the XML styles as suggested, Cannot resolve symbol 'calendar_date_today_text_color'
Any ideas please?
Thanks.
Hello!
Why impossible to customize colors:
"calendar_date_selected_background"
and probably "calendar_date_today_text_color"
Hardcoded light blue color not suitable for some color themes.
I don’t understand how to change it.
The text was updated successfully, but these errors were encountered: