Wayne Wenthin wrote: > I am looking at changing the drawable on an OverlayItem when it is > tapped and then restoring that to its previous state later. I can't > seem to find a way to extract the current drawable out of the OI. I > have multiple drawables in the same overlay and would prefer not to > split them up. Is there something I'm missing here?
You could keep track of your item states outside of the drawables. I think you can subclass OverlayItem to add whatever additional information you might want to hold onto. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Need help for your Android OSS project? http://wiki.andmob.org/hado --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" 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-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

