summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/search_bar_expanded.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout/search_bar_expanded.xml b/res/layout/search_bar_expanded.xml
index c78ce122..6c10cb46 100644
--- a/res/layout/search_bar_expanded.xml
+++ b/res/layout/search_bar_expanded.xml
@@ -28,7 +28,7 @@
android:layout_height="@dimen/search_box_icon_size"
android:layout_margin="@dimen/search_box_icon_margin"
android:src="@drawable/ic_back_arrow"
- android:background="?android:attr/selectableItemBackground"
+ android:background="?android:attr/selectableItemBackgroundBorderless"
android:contentDescription="@string/action_menu_back_from_search"
android:tint="@color/actionbar_background_color" />
@@ -54,7 +54,7 @@
android:layout_margin="@dimen/search_box_icon_margin"
android:src="@drawable/ic_close_dk"
android:clickable="true"
- android:background="?android:attr/selectableItemBackground"
+ android:background="?android:attr/selectableItemBackgroundBorderless"
android:contentDescription="@string/description_clear_search"
android:tint="@color/searchbox_icon_tint"/>