I'm able to use getResourcesForApplication and getIdentifier to get the individual resources from another application. However, when I try to call setTheme using a remote theme.xml from another app, the references inside theme.xml point to the app that I'm running, not pointing to the remote application where the theme.xml is. As a result, I get a ResourceNotFoundException inside theme.xml where I try to use the styles I defined from the remote app. In other words, I can apply theme.xml but not reference to the styles inside it.
Moderator, please don't block this post. I googled for days and have not found a resolution to it. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

