I tried to subclass Button , but I have a lot of errors when launching my project. Could you have a look and tell me how to fix this? (I\'ve got maybe 50 errors com
Using the fully-qualified name for the element in the XML layout does not work if your Button subclass is an inner class. If this is the case, you need to add a class attribute and use the generic view for the element name.