Re: [mono-android] including a subclassed EditText

2011-12-20 Thread Jonathan Pryor
On Dec 20, 2011, at 7:30 AM, John Murray wrote: > I have subclassed edit text to add a bit of proprietary behaviour called > “EditTextEx” > I am having trouble figuring how to use it > In the XML I get an error (though it compiles ok) which says my subclass is > ‘Invalid child element ‘ > > I

[mono-android] including a subclassed EditText

2011-12-20 Thread John Murray
I have subclassed edit text to add a bit of proprietary behaviour called "EditTextEx" I am having trouble figuring how to use it In the XML I get an error (though it compiles ok) which says my subclass is 'Invalid child element ' I realise I have to include the subclass with a reference t