* #31230: changed search view
diff --git a/res/layout/frag_home.xml b/res/layout/frag_home.xml
index f17dbcc..2b7660c 100644
--- a/res/layout/frag_home.xml
+++ b/res/layout/frag_home.xml
@@ -35,14 +35,13 @@
     android:layout_height="match_parent"
     android:background="@color/lighter_gray" >
 
-
     <RelativeLayout
         android:id="@+id/calls_layouts"
         android:layout_width="match_parent"
         android:layout_height="wrap_content"
         android:layout_alignParentTop="true"
         android:layout_margin="10dp"
-        android:background="@drawable/item_history_selector" >
+        android:background="@drawable/item_generic_selector" >
 
         <LinearLayout
             android:id="@+id/linear1"
@@ -83,7 +82,7 @@
         android:layout_height="wrap_content"
         android:layout_below="@+id/calls_layouts"
         android:layout_margin="10dp"
-        android:background="@drawable/item_history_selector" >
+        android:background="@drawable/item_generic_selector" >
 
         <LinearLayout
             android:id="@+id/linear2"