I've got a dynamically driven TableLayout object that I've written which needs to support clickable rows, much like the out-of-the-box ListView widget. The API involved with what I want to do seems clear enough, but I need to know what the system defined "clicked" color is -- the orange that appears when I click an item in a ListView.
Basically, I have rows representing objects, and when a user clicks a row, I'd like to launch an activity to edit its object. Also, I'd like to see the ListView source code (which may help me find what I'm looking for), but I'm having a hard time understanding the distinction between the various git repositories that are available under the android project. Thanks! -- 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

