summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2014-05-22 13:04:42 -0700
committerAndrew Lee <anwlee@google.com>2014-05-22 13:04:42 -0700
commit56e1d0ddb75f51bfabaf7ad7fdbfd46b1f0c39d7 (patch)
treec6903644ce699283ac922dc0161fe4156bef25f3 /res
parent6e765f9a71b450809c4916a5d5562cdc1372a39a (diff)
Fix broken attribute.
Change-Id: I5ff38c5bd8a9a2ca52d548d4f0ac5d67cb4d38c6
Diffstat (limited to 'res')
-rw-r--r--res/drawable/recent_lists_footer_background.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/drawable/recent_lists_footer_background.xml b/res/drawable/recent_lists_footer_background.xml
index fccce7b7d..566e353b2 100644
--- a/res/drawable/recent_lists_footer_background.xml
+++ b/res/drawable/recent_lists_footer_background.xml
@@ -16,7 +16,7 @@
~ limitations under the License
-->
<ripple xmlns:android="http://schemas.android.com/apk/res/android"
- android:tint="?android:attr/colorButtonPressed"
+ android:tint="?android:attr/colorControlHighlight"
android:pinned="false">
<!-- Mask to constrain the ripple to the bounds of the view. -->
<item android:drawable="@android:color/transparent" />