From cef2cd6e52c28f0e28d5968567a52f947811e7d1 Mon Sep 17 00:00:00 2001 From: Abodunrinwa Toki Date: Wed, 13 Apr 2016 14:53:28 +0100 Subject: [PATCH] Update FloatingToolbar overflow button. 1. Change the background ripple to the type used in the ActionBar. It looks better. Bug: 28206428 Change-Id: I2c3ebdc2479ec554c6b06d637b418a52a1794d7b --- core/res/res/layout/floating_popup_overflow_button.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/res/res/layout/floating_popup_overflow_button.xml b/core/res/res/layout/floating_popup_overflow_button.xml index 7053f3ec07fe9..12e2000882865 100644 --- a/core/res/res/layout/floating_popup_overflow_button.xml +++ b/core/res/res/layout/floating_popup_overflow_button.xml @@ -24,5 +24,5 @@ android:paddingEnd="@dimen/floating_toolbar_menu_button_side_padding" android:paddingBottom="@dimen/floating_toolbar_menu_image_button_vertical_padding" android:scaleType="centerInside" - android:background="?attr/selectableItemBackgroundBorderless" + android:background="?attr/actionBarItemBackground" android:tint="?attr/floatingToolbarForegroundColor" />