While I'm touching something in a ListView I get a blue highlight.  Now I have another view elsewhere that I want to look the same; I tap on it and get a blue highlight.  I thought this was a list_selector_background, but when I try that I get an orangey color.
My first question is: what is the style for the stock ListView item's background when selected?
Second (and more importantly), how do I figure this out? I'm looking for the chain of investigation, like...
- List item
 - Look at the default theme (ABC)
 - Look at theme ABC for the style (QWE)
 - Look at style QWE and get the selected drawable (RTY)
 - Look at drawable RTY
 
Or whatever the actual investigation trail is