Skip to content

Commit

Permalink
Added docs link for MaterialCheckbox styling
Browse files Browse the repository at this point in the history
  • Loading branch information
aanorbel committed Dec 2, 2023
1 parent 1cfa7c0 commit edf4640
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/src/main/res/drawable/check_box_custom_button.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@
<item android:drawable="@drawable/check_box" android:state_checked="true" />
<item android:drawable="@drawable/check_box_indeterminate" app:state_indeterminate="true" />
<item android:drawable="@drawable/check_box_outline_blank" />
</selector>
</selector>
<!--NOTE Docs: https://github.com/material-components/material-components-android/blob/1.10.0/docs/components/Checkbox.md
Check libs.versions.toml for current version -->

0 comments on commit edf4640

Please sign in to comment.