My CustomView has two panels, the default panel and an embedded panel.
The embedded panel needs to have its own ColorDrawable property and I'd like to have this ColorDrawable property accessible in the Designer.
This is what I'd like to have:
But B4A doesn't accept "FieldType: ColorDrawable" as a field type for a DesignerProperty.
Is there a solution?
TIA
The embedded panel needs to have its own ColorDrawable property and I'd like to have this ColorDrawable property accessible in the Designer.
This is what I'd like to have:
B4X:
#DesignerProperty: Key: EmbedDrawable, DisplayName: Embed Drawable, FieldType: ColorDrawable, DefaultValue: NULL, Description: The ColorDrawable for the embeded panel
But B4A doesn't accept "FieldType: ColorDrawable" as a field type for a DesignerProperty.
Is there a solution?
TIA