I have a custom component that can be placed in my layout file (XML) for an Android project. The problem is how to change the image representing it in the graphic designer for the layout. So far it has not been displayed, since it only extends the View class.
As an example, you can look at the Wheel component code, which does not have a graphical representation. It does not have to be an accurate representation, just an βiconβ of it.
source share