I've never used GridView before so I am not certain about this, but have you tried taking out the focusable and focusableInTouchMode attributes from your XML?
What may be happening is that the GridView itself is stealing focus away from the items that are actually placed inside it... This may not be what is happening but it's worth a shot. ---------------------------------------------------------------------- There are only 10 types of people in the world... Those who know binary and those who don't. ---------------------------------------------------------------------- On Thu, Jul 8, 2010 at 2:53 PM, Ribcakes <[email protected]> wrote: > android:focusable="true" > android:focusableInTouchMode="true" > -- You received this message because you are subscribed to the Google Groups "Android Beginners" group. NEW! Try asking and tagging your question on Stack Overflow at http://stackoverflow.com/questions/tagged/android 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

