summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Justin Ho <justinho@google.com> 2011-03-22 11:42:20 -0700
committer Android Git Automerger <android-git-automerger@android.com> 2011-03-22 11:42:20 -0700
commit28dcbdcc158b90a189e648a742166dc9b0a872a8 (patch)
treed1a6a750064a30e1dce4a42edc8dbbe4a1aa973f
parentdce4a0f0d5f43ea3862503720fd4561f0c0cd33c (diff)
parent263fb8285c79a37d3c9dbd0f70d307b92f1ed8fc (diff)
am 263fb828: am 6a211610: am 9db9a7d3: Merge "Fixing list selector theme Bug: 4147203" into honeycomb-mr1
* commit '263fb8285c79a37d3c9dbd0f70d307b92f1ed8fc': Fixing list selector theme Bug: 4147203
-rw-r--r--core/res/res/drawable/list_selector_background.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/res/drawable/list_selector_background.xml b/core/res/res/drawable/list_selector_background.xml
index f5eb12d308af..122215510d97 100644
--- a/core/res/res/drawable/list_selector_background.xml
+++ b/core/res/res/drawable/list_selector_background.xml
@@ -24,6 +24,6 @@
<item android:state_focused="true" android:state_enabled="false" android:drawable="@drawable/list_selector_background_disabled" />
<item android:state_focused="true" android:state_pressed="true" android:drawable="@drawable/list_selector_background_transition" />
<item android:state_focused="false" android:state_pressed="true" android:drawable="@drawable/list_selector_background_transition" />
- <item android:state_focused="true" android:drawable="@drawable/list_selector_background_focused" />
+ <item android:state_focused="true" android:drawable="@drawable/list_selector_background_focus" />
</selector>