material checkbox style after customize
问题 My customized checkbox ( MyCheckbox ) has extended from androidx.appcompat.widget.AppCompatCheckBox , but the default styles don't apply to it. <style name="AppTheme" parent="Theme.MaterialComponents.Light.NoActionBar"> ... <item name="android:checkboxStyle">@style/CheckboxTheme</item> <item name="checkboxStyle">@style/CheckboxTheme</item> </style> <style name="CheckboxTheme" parent="@style/Widget.AppCompat.CompoundButton.CheckBox"> <!-- for example try to change background --> <item name=