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

Added russian localization Fixed applying color filter on low api (BlendModeColorFilter missing in low api) also possible to use BlendModeColorFilterCompat, but for now just select by name https://stackoverflow.com/a/58314657/1197590 Fixed applying...

In the `demo-main` module, we can see that the [DrawerActivity](https://github.com/jaredrummler/Cyanea/blob/8dd8d4320f000786b75434fa9bc0772d1e1136e7/demo-main/src/main/java/com/jaredrummler/cyanea/demo/activities/DrawerActivity.kt#L20) includes a Toolbar. But when first run it (Don't change theme), the toolbar's text color seems not correct. Here are...

When accent is #ffffff white: ![](https://framapic.org/yK6QPNvKyjRY/w06dpKs82nrh) When it's changed ![](https://framapic.org/xy7nCjKY7Cp6/Tg80fRdxixww)

https://developer.android.com/preview/features/darktheme

I have a few custom attributes in my app to handle some colors...Is support for this possible?

Can we change the private val processors = hashSetOf() to private val processors = ArryList() Bcz if I override fun getViewProcessors() in My activity for textview. 1.It added not last...

After I include on gradle your library, I get all errors from your depedencies. Duplicate classes found org.jetbrains*, androidx ... etc...

please how to set default theme from json themes ?

After adding this library on my project i get this below errors: BTW i dont use `androidX` in my project ``` Android resource linking failed Output: D:\Projects\Android\materialx-21\app\build\intermediates\incremental\mergeDebugResources\merged.dir\values-v28\values-v28.xml:7: error: resource android:attr/dialogCornerRadius...

Errors occur when I change the theme I get the following error when I try to change the theme `E/AndroidRuntime: FATAL EXCEPTION: main Process: com.drewan.klix, PID: 9595 java.lang.RuntimeException: Unable to...