diff --git a/res/drawable/search_bar_selected_background.xml b/res/drawable/search_bar_selected_background.xml
new file mode 100644
index 00000000000..b98ed9f7502
--- /dev/null
+++ b/res/drawable/search_bar_selected_background.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
diff --git a/res/layout/search_bar.xml b/res/layout/search_bar.xml
index dbd61dff0d8..420c965a19b 100644
--- a/res/layout/search_bar.xml
+++ b/res/layout/search_bar.xml
@@ -28,7 +28,7 @@
android:layout_width="match_parent"
android:layout_height="@dimen/search_bar_height"
android:layout_marginStart="-2dp"
- android:background="?android:attr/selectableItemBackground"
+ android:background="@drawable/search_bar_selected_background"
android:contentInsetStartWithNavigation="@dimen/search_bar_content_inset"
android:navigationIcon="@drawable/ic_homepage_search">
#cc000000
@*android:color/material_grey_900
@*android:color/material_grey_900
+ @*android:color/material_grey_800
diff --git a/res/values/colors.xml b/res/values/colors.xml
index 5d681ca1d71..cfbcd5a1468 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -140,4 +140,7 @@
#b3ffffff
+
+ @android:color/white
+
\ No newline at end of file