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
{{ message }}
This repository has been archived by the owner on Mar 19, 2022. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
As workaround, you can override the values in your colors.xml <color name="mti_bg_lbl_date_selected_color">@color/colorPrimary</color> <color name="mti_ring_lbl_date_color">@color/colorPrimary</color>
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
The text was updated successfully, but these errors were encountered: