diff --git a/app/src/main/res/layout/fragment_chat_list.xml b/app/src/main/res/layout/fragment_chat_list.xml
index e324de6f286a7462b8926a7fed42dd5fc76c0d7b..78154116ae01e22aa97d13db1b33eaa09aedace4 100644
--- a/app/src/main/res/layout/fragment_chat_list.xml
+++ b/app/src/main/res/layout/fragment_chat_list.xml
@@ -61,6 +61,8 @@
       android:id="@+id/buffer_search_container"
       android:layout_width="match_parent"
       android:layout_height="wrap_content"
+      app:cardBackgroundColor="?colorBackgroundCard"
+      app:cardElevation="2dp"
       android:layout_margin="6dp">
 
       <LinearLayout