Skip to content

Instantly share code, notes, and snippets.

@ivangarzab
Created September 12, 2022 22:53
Show Gist options
  • Save ivangarzab/afedf55023510d5c7a6410d30043d26c to your computer and use it in GitHub Desktop.
Save ivangarzab/afedf55023510d5c7a6410d30043d26c to your computer and use it in GitHub Desktop.
Get a theme attribute programmatically
val typedValue = TypedValue()
theme.resolveAttribute(android.R.attr.textColor, typedValue, true)
val color = typedValue.data()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment