I could only find these functions but none of them helped:
setBackgroundColor(Color.BLUE);
,
setTextColor(Color);
,
setHighlightColor(Color);
I could only find these functions but none of them helped:
setBackgroundColor(Color.BLUE);
,
setTextColor(Color);
,
setHighlightColor(Color);
you can use
RadiobuttonObject.setButtonTintList(ColorStateList.valueOf(parseColor("#FF08A8F9")));