On Sunday, December 19, 2010 10:19:57 PM UTC, darrinps wrote: Yes, I did try to use the Resources.getSystem() verbatim. What > "normal" Resources object are you referring to? In other words, if you > cannot do: > > mResources = Resources.getSystem(); > > Then what would be to the right of: > > mResources = ????? >
Try this: mResources = context.getResources(); HTH, String -- 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

