Answers for "android resource color to int"

0

how to change resource color to int color in android

val color = ContextCompat.getColor(
  closestView.context,
  R.color.name.color
)
Posted by: Guest on January-27-2021

Code answers related to "android resource color to int"

Browse Popular Code Answers by Language