Hello,

I'm trying to find the "correct" new way to do image Gallery items,
previously (as also documented here:
http://developer.android.com/guide/tutorials/views/hello-gallery.html
and here http://developer.android.com/reference/android/widget/Gallery.html)
the correct way was to apply
android.R.styleable.Theme_galleryItemBackground.

Of course, this has been removed (see here:
http://groups.google.com/group/android-developers/browse_thread/thread/6554c6688f3ca6d9/72f29c1df624bbed?lnk=gst&q=styleable#72f29c1df624bbed)
even though the Gallery assumes it will be used (see above Gallery
documentation).

The net effect is that, without this, a gallery with images looks
pretty bad. I could copy out all of the values and resources to
recreate the default look, or use reflection to get at styleable, but
none of that seems like a particularly workable solution.

Thoughts? What am I missing?

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to