Crazy thing that has only been popping up since using 1.0... In ListActivity, I setChoice to Single Mode. When an item is checked, I display an expanded view of that item, when it is not, I display an abridged view.
I never set the last item to be checked, but the last item is always checked (the item is always in its expanded state), even when the list is first being initialized! I even in the ListView's onItemSelectedListener that, when an item is selected (turning touch mode off), I uncheck all of the items in my list. Yet, when the adapter calls getView on the last item, the item is checked again!! WTH? Bizarre. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

