I have several user interface elements that will be used in several projects. Each project will use the same user interface elements, but have a different look.
for example: Background images for button types will vary depending on the project.
How can I package user interface classes and resources in such a way that projects can use them while changing their appearance?
source
share