I have written a custom view, which has some custom properties. I want to set these custom properties from an axml file. So i went off to try the analogy from java see http://blog.pocketjourney.com/2008/05/02/android-tutorial-42-passing-custom-variables-via-xml-resource-files/. However when I declare a property prefixed with my app namespace I get a aresgen.exe error (No resource identifier found for attribute 'GroupName' in package 'xx').
I have also looked in the monodroid samples and also the Snake example has an attempt to retrieve the settings from the attributes, but this is quoted code. So most probably this does not work. In that sample the propertyname is not prefixed with a namespace. If i try that my code compiles, but no sensible attribute can be retrieved. Can somebody point me in the right direction? Thanks Emiel _______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid
