diff --git a/app/src/main/res/layout/view_people_search_bar.xml b/app/src/main/res/layout/view_people_search_bar.xml
new file mode 100644
index 0000000000000000000000000000000000000000..503886ab0bd31d4177ab2bac022ee6c07255ea4d
--- /dev/null
+++ b/app/src/main/res/layout/view_people_search_bar.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="utf-8"?>
+<androidx.appcompat.widget.SearchView xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:app="http://schemas.android.com/apk/res-auto"
+    android:layout_width="match_parent"
+    android:layout_height="wrap_content"
+    android:layout_marginStart="0dp"
+    android:maxWidth="100000dp"
+    app:closeIcon="@drawable/ic_close"
+    app:contentInsetLeft="0dp"
+    app:contentInsetStart="0dp"
+    app:queryBackground="@null"
+    app:contentInsetStartWithNavigation="0dp"
+    app:paddingStart="0dp"
+    app:queryHint="@string/search_people"
+    app:searchHintIcon="@drawable/ic_search"
+    app:searchIcon="@drawable/ic_search" />
\ No newline at end of file