0

I could only find these functions but none of them helped:

setBackgroundColor(Color.BLUE);,
setTextColor(Color);,
setHighlightColor(Color);

Bugs Buggy
  • 1,514
  • 19
  • 39

1 Answers1

0

you can use

  RadiobuttonObject.setButtonTintList(ColorStateList.valueOf(parseColor("#FF08A8F9")));
Jenith
  • 1
  • Can you add some explanation about **why** one can "use" that? In which sense does it solve the original question? – Nico Haase Jan 28 '19 at 09:53