Skip to content

Instantly share code, notes, and snippets.

@lilac
Created July 24, 2015 04:21
Show Gist options
  • Save lilac/418e14845e439d8c3381 to your computer and use it in GitHub Desktop.
Save lilac/418e14845e439d8c3381 to your computer and use it in GitHub Desktop.
Make radio button display the radio on the right
<style name="OptionRadioButton">
<item name="android:button">@android:color/transparent</item>
<item name="android:drawableRight">?android:listChoiceIndicatorSingle</item>
</style>
@lilac
Copy link
Author

lilac commented Jul 24, 2015

Set the button to @null also works, but the material wave when clicking the button is weird.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment