I believe I have found the cause of this issue. I override android:background on almost all of my Views. When I remove this tag from the layouts, the highlighting works as expected. I believe I just need to provide the proper state selectors for my custom backgrounds so that they appear highlighted when necessary.
Is there an extremely easy way to do this (without having to define background state selectors for every view), like adding a single tag somewhere on the layout? -- 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

