diff --git a/app/src/main/res/layout/main_activity.xml b/app/src/main/res/layout/main_activity.xml
index ea25d64..ad7eae4 100644
--- a/app/src/main/res/layout/main_activity.xml
+++ b/app/src/main/res/layout/main_activity.xml
@@ -42,5 +42,6 @@
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_gravity="start"
+ app:headerLayout="@layout/view_navigation_drawer_header"
app:menu="@menu/navigation_menu" />
diff --git a/app/src/main/res/layout/view_navigation_drawer_header.xml b/app/src/main/res/layout/view_navigation_drawer_header.xml
new file mode 100644
index 0000000..cc4fa5d
--- /dev/null
+++ b/app/src/main/res/layout/view_navigation_drawer_header.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index fe674b5..b640c68 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -53,4 +53,5 @@
no connection
Change URL
Search recipes
+ @string/app_name
\ No newline at end of file