I have a table row and I tried many things to change its color when it\'s focused, but it never changes color when focused. Is there any way to do this? I tried this also wh
You need to set the background color of your row to a state list drawable (that handles select, pressed, active, non-active).
http://developer.android.com/guide/topics/resources/drawable-resource.html#StateList
try these links too, for ur problem
http://www.gersic.com/blog.php?id=56
http://developer.android.com/guide/topics/ui/themes.html