-
-
Save skydoves/436bf5e2386dd4222c34db1aa91ddda9 to your computer and use it in GitHub Desktop.
dynamic_color
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dynamicColor && Build.VERSION.SDK_INT >= Build.VERSION_CODES.S -> { | |
val context = LocalContext.current | |
if (darkTheme) dynamicDarkColorScheme(context) else dynamicLightColorScheme(context) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment