diff options
-rw-r--r-- | res/drawable/recent_lists_footer_background.xml | 2 |
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" /> |