Answers for "android set color by 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 set color by int"

Browse Popular Code Answers by Language