values 包下
attrs.xml
<?xml version="1.0" encoding="utf-8"?>
<resources>
+ <attr name="cancle_search" format="color" />
</resources>
themes.xml
<style name="Theme.Testdelete" parent="Theme.MaterialComponents.DayNight.DarkActionBar">
...
<!-- Customize your theme here. -->
+ <item name="cancle_search">@color/text_search_color</item>
</style>
colos.xml
<color name="text_search_color">#FF000000</color>
values-night 包下
themes.xml
<!-- Base application theme.