Skip to content

Instantly share code, notes, and snippets.

@nickbutcher
Created December 3, 2018 12:07
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nickbutcher/49624d0eb2b3a763a171125b8ce44266 to your computer and use it in GitHub Desktop.
Save nickbutcher/49624d0eb2b3a763a171125b8ce44266 to your computer and use it in GitHub Desktop.
/* Copyright 2018 Google LLC.
SPDX-License-Identifier: Apache-2.0 */
val themedContext = ContextThemeWrapper(context, R.style.baz)
val drawable = AppCompatResources.getDrawable(themedContext, R.drawable.vector)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment