Cyanea icon indicating copy to clipboard operation
Cyanea copied to clipboard

A theme engine for Android

Results 39 Cyanea issues
Sort by recently updated
recently updated
newest added

If you set the targetSdk to 29+ the colorPrimary will not be applyed. This can be observed in the Java Demo provided, if you change the targetSdk to 29+, the...

How to translate strings

They were: textColor = accent BackgroundColor = transparent ![photo_2019-01-17_09-33-06](https://user-images.githubusercontent.com/26005662/51308837-f9a0c880-1a3a-11e9-919e-58a7390aebe0.jpg)

?ColorPrimary does not work for Toolbar and Tablayout in XML on API 29+.

Hi @jaredrummler , I am facing issue using the library on Android 10. When I set the colors in `onCreate(...)` before `setContentView(...)`, the color is applied but the view keeps...

Id like to see the Theme Picker and color picker activities added as fragments so we can adjust and style the window like the whole project. Ex: I use center...

While implementing and testing around, I found out that sometimes colors are applied incorrectly and it required clear app data to reset it. Sometimes force stop app will help, sometimes...

bug

No matter what 'theme' I select the default primary color is only being used for ?colorPrimary. The blue Title bar on the card is using the attribute: ``` android:background="?colorPrimary" ```...

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...

I'd am new to Cyanea and building my first app with it. Do you have some style for Buttons like the outlined Buttons from Material Design? Or would it be...