Fix SearchView background too high

Bug: 27293462
Change-Id: Id694fc9c1a7d6e21534e74e20f95c8c080861598
diff --git a/res/values/styles.xml b/res/values/styles.xml
index f4dfd73..21bdfd9 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -29,6 +29,7 @@
         <item name="android:colorPrimary">@color/primary</item>
         <item name="android:colorAccent">@color/accent</item>
         <item name="colorActionMode">@color/action_mode</item>
+        <item name="android:queryBackground">@color/menu_search_background</item>
 
         <item name="android:listDivider">@*android:drawable/list_divider_material</item>