ThemeEngine icon indicating copy to clipboard operation
ThemeEngine copied to clipboard

Material Design 3 Theme Engine for Android

Results 2 ThemeEngine issues
Sort by recently updated
recently updated
newest added

We have 19 Material3 themes at our disposal. So, the idea is to get the primary color from the wallpaper with the help of WallpaperManager (or Palette API on lower...

After adding the library to my project: `implementation 'io.github.prathameshmm02.themeEngine:themeEngine:1.1.0'` I get a build error: `Illegal char at index 51: com.dertefter.neticlient.app-mergeDebugResources-69:/values/values.xml` If I remove the library, the issue disappears. Additional Information:...