summaryrefslogtreecommitdiff
path: root/res/drawable
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2013-10-16 10:06:47 -0700
committerYorke Lee <yorkelee@google.com>2013-10-16 10:06:47 -0700
commitcb956349518cd220f08b96c4b69114f4c88597bc (patch)
treecf54dd6fbd0654ac09c0f5dafa463b9f423c5b81 /res/drawable
parent6fe7eb0ef06f1b987c52c352e9990131a16715e7 (diff)
Don't use private resources for Dialer
Bug: 11244110 Change-Id: I1ddaa678bab9b701b71b4b4c693e1e7e31aa270e
Diffstat (limited to 'res/drawable')
-rw-r--r--res/drawable/bottom_border_background_pressed.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/drawable/bottom_border_background_pressed.xml b/res/drawable/bottom_border_background_pressed.xml
index 0924914e1..fc5a5b864 100644
--- a/res/drawable/bottom_border_background_pressed.xml
+++ b/res/drawable/bottom_border_background_pressed.xml
@@ -15,5 +15,5 @@
-->
<layer-list xmlns:android="http://schemas.android.com/apk/res/android" >
<item android:drawable="@drawable/bottom_border_background" />
- <item android:drawable="@*android:drawable/list_selector_background_transition_holo_light" />
+ <item android:drawable="@drawable/list_selector_background_transition_holo_light" />
</layer-list> \ No newline at end of file