Nevermind. I figured it out. I just re-read the info in R.styleable and realized that I was putting full tags in when it really wanted attributes. Here's probably what should be in an example:
<wallpaper xmlns:android="http://schemas.android.com/apk/res/android" android:thumbnail="@drawable/icon" android:description="@string/ description"> </wallpaper> On Jan 14, 8:29 pm, Robert Green <rbgrn....@gmail.com> wrote: > I just wrote my first live wallpaper and am getting ready to publish > it, but I've hit a snag on something seemingly simple. > > I can't get the description to work. I've tried: > > 1) Putting raw text and string ids as android:description in the > metadata for the service in the manifest > 2) Putting raw text and string ids as android:description in the > service's resource xml file > > none of those work. I checked the 2 live cube wallpaper examples and > neither of those set a description. How is the description (the text > under the name of the app on the live wallpaper chooser screen) set > for all of those defaults that ship on the nexus?
-- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en