Hi I am facing a problem I want my application to pick up resources from the framework. Here is my code snippet of an xml.
For this to be achieved following ch
The error
ERROR/AndroidRuntime(3701): Caused by: org.xmlpull.v1.XmlPullParserException: Binary XML file line #5: tag requires a 'drawable' attribute or child tag defining a drawable
has to do with the format of your xml, you are setting something like
What the error is telling you is that it should be like this