Skip to content

Instantly share code, notes, and snippets.

@ZahidRasheed
Created September 23, 2019 11:49
Show Gist options
  • Save ZahidRasheed/dec9b01ff9cee0480d41d639a4f5b9df to your computer and use it in GitHub Desktop.
Save ZahidRasheed/dec9b01ff9cee0480d41d639a4f5b9df to your computer and use it in GitHub Desktop.

Revisions

  1. ZahidRasheed created this gist Sep 23, 2019.
    5 changes: 5 additions & 0 deletions styles.xml
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    //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>