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 was archived by the owner on May 9, 2026. It is now read-only.
I see cyanea automatically sets the textColor atribute on textviews based on theme LIGHT/DARK
But some views like com.robinhood.ticker.TickerView which acts like animating textview,are not tinted by cyanea with same color as the text color
Nor there is any reference like android:textColor="@color/cyanea_text_color"
which can be used.
How can i access the textColor via @color or ?attr or any other way?