ColorControl Changes
Wednesday, October 20, 2021
The functionality to replace an AttributeSet's attribute, and even change its type between stateful and stateless, opens more doors.
In the last version, a ColorControl's 'background_color' attribute value could be shared with another widget's attribute.
The goal for the next version is to allow for AttributeSet's to point to other widget's attributes. This means that the ColorControl's 'background_color' attribute would point directly to the attribute of the other widget. ColorControl would no longer have it's own attribute for 'background_color'.