About 585,000 results
Open links in new tab
  1. android - Change color of a radio button - Stack Overflow

    Sep 9, 2013 · The fastest thing to do is to set the buttonTint to your desired color: <RadioButton. android:layout_width="wrap_content" android:layout_height="wrap_content" …

  2. android - Change the circle color of radio button - Stack Overflow

    Jun 15, 2013 · You can change the color of radio button's unchecked and checked state by using style in XML. <RadioButton android:id="@+id/rb" android:layout_width="wrap_content" …

  3. Changing radio button and checkbox color and appearance

    Nov 18, 2017 · After reading this blog, you can change the default colors of all your radio button and checkbox ( whether created through XML or through java code).

  4. java - How to customize radio button in android - Stack Overflow

    Aug 4, 2020 · I am creating radio button in android application but i want to make it customized. But i don't know how to do it. I want image as icon and text under the icon as in this image …

  5. Radio Button in Android: Learn Basics and Customization

    Feb 2, 2021 · Styling radio button in Android. Let us look at how we can customize the radio button. Change radio button color. Let us see how we can change the color of our radio …

  6. Implement RadioButton with Custom Layout in Android

    Mar 22, 2022 · RadioButtons allow the user to select one option from a set. You should use RadioButtons for optional sets that are mutually exclusive if you think that the user needs to …

  7. MaterialRadioButton | API reference | Android Developers

    Feb 10, 2025 · This class uses attributes from the Material Theme to style a RadioButton. Excepting color changes, it behaves identically to AppCompatRadioButton . Your theme's …

  8. Android: Change the color of RadioButtons and checkboxes …

    In Android, you can change the color of RadioButtons and CheckBoxes programmatically by creating custom drawable resources for their backgrounds. Here's how you can achieve this: …

  9. java - How to set text color of a radio button when a button is pressed ...

    I have 5 radio groups with 4 radio buttons each. Every radio button represents an answer to a question. I want when someone press the button, if the correct answer is checked, to set the …

  10. how to change color of radio button in android - IQCode

    Feb 10, 2022 · how to change color of radio button in android Awgiedawgie <RadioButton android:layout_width="wrap_content" android:layout_height="wrap_content" …

  11. Some results have been removed
Refresh