I\'m using Android Studio. I need to change the color of the Radio Button, after changing the Button Tint Color value to the one I need it works on the preview, but whenever
RadioButton raPrivate = (RadioButton) layout.findViewById(R.id.radioPrivate); int textColor = Color.parseColor(#000000); raPrivate.setButtonTintList(ColorStateList.valueOf(textColor));