diff options
| -rw-r--r-- | core/res/res/layout/floating_popup_overflow_button.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/res/layout/floating_popup_overflow_button.xml b/core/res/res/layout/floating_popup_overflow_button.xml index 7053f3ec07fe..12e200088286 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" /> |
