Created
September 23, 2019 11:49
-
-
Save ZahidRasheed/dec9b01ff9cee0480d41d639a4f5b9df to your computer and use it in GitHub Desktop.
Revisions
-
ZahidRasheed created this gist
Sep 23, 2019 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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>