summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2013-10-17 15:44:09 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2013-10-17 15:44:09 -0700
commitfa8d3ef2ef9ede4ac52a3dd87ef4ed077b514015 (patch)
tree1fbe5230574f542afaeea1902c5fb99bfde5a0b5
parent994040386569e620764257e6ccc763519fb572a9 (diff)
parent91c92a7d98c0f6045006a3d88ae9312a9483a5aa (diff)
am 91c92a7d: am 45f8d990: am 11162893: Merge "Don\'t use private resources for Dialer" into klp-dev
* commit '91c92a7d98c0f6045006a3d88ae9312a9483a5aa': Don't use private resources for Dialer
-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