Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add color to view same as textColor #84

Open
omkar-tenkale opened this issue Aug 2, 2020 · 2 comments
Open

Add color to view same as textColor #84

omkar-tenkale opened this issue Aug 2, 2020 · 2 comments

Comments

@omkar-tenkale
Copy link

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?

@gusandrianos
Copy link

Did you find a solution to this? My toolbar text color is black when it's white on the demo app and the settings activity, I think that's not how it's supposed to be. I use it with fragments, maybe that's a problem as well.

@omkar-tenkale
Copy link
Author

No i didn't .
I dropped this library as it seems its not in active state and android can be themed pretty efficiently with using colors with attrs like background="?colorPrimary" and defining them in themes
No external lib needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants