summaryrefslogtreecommitdiff
path: root/res/drawable/recent_lists_footer_background.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/drawable/recent_lists_footer_background.xml')
-rw-r--r--res/drawable/recent_lists_footer_background.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/res/drawable/recent_lists_footer_background.xml b/res/drawable/recent_lists_footer_background.xml
index 566e353b2..021174a16 100644
--- a/res/drawable/recent_lists_footer_background.xml
+++ b/res/drawable/recent_lists_footer_background.xml
@@ -19,5 +19,7 @@
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" />
+ <item android:id="@android:id/mask">
+ <color android:color="@android:color/white" />
+ </item>
</ripple>