Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nickbutcher/e491315b05af92c8bb0816ae6848364e to your computer and use it in GitHub Desktop.
Save nickbutcher/e491315b05af92c8bb0816ae6848364e to your computer and use it in GitHub Desktop.
/* Copyright 2019 Google LLC.
SPDX-License-Identifier: Apache-2.0 */
val lightPalette = object : ColorPalette { … }
val darkPalette = object : ColorPalette { … }
val view = MyView(if (isDarkTheme) darkPalette else lightPalette)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment