Lionel Briand
02/19/2024, 10:08 AM<attr name="myCustomColor" format="color">#000</attr>
And then redefine it in a theme for other components to use.
<style name="MyCustomStyle">
<item name="myCustomColor">@color/white</item>
</style>
Do someone know of something equivalent to this in java or kotlin in general ?