Skip to content

Instantly share code, notes, and snippets.

@ZahidRasheed
Created September 23, 2019 11:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ZahidRasheed/dec9b01ff9cee0480d41d639a4f5b9df to your computer and use it in GitHub Desktop.
Save ZahidRasheed/dec9b01ff9cee0480d41d639a4f5b9df to your computer and use it in GitHub Desktop.
Checkbox Styling
//apply using: android:theme="@style/MyCheckboxTheme"
<style name="MyCheckboxTheme" parent="Theme.AppCompat">
<item name="colorAccent">#FFF</item> // Checked color
<item name="android:textColorSecondary">#FFF</item> // Checkbox border color
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment