* #31377: partial implementation of new interface
diff --git a/res/layout/item_calllist.xml b/res/layout/item_calllist.xml
index 5796463..44b3890 100644
--- a/res/layout/item_calllist.xml
+++ b/res/layout/item_calllist.xml
@@ -2,7 +2,7 @@
 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
     android:layout_width="match_parent"
     android:layout_height="wrap_content"
-    android:background="@drawable/item_history_selector" >
+    android:background="@drawable/item_generic_selector" >
 
     <RelativeLayout
         android:id="@+id/call_entry"