diff --git a/app/src/main/res/layout/action_bar_layout.xml b/app/src/main/res/layout/action_bar_layout.xml
index 92e1a9f..402291a 100644
--- a/app/src/main/res/layout/action_bar_layout.xml
+++ b/app/src/main/res/layout/action_bar_layout.xml
@@ -1,14 +1,33 @@
-
+ android:layout_height="wrap_content"
+ android:orientation="vertical">
-
-
\ No newline at end of file
+ android:layout_height="?attr/actionBarSize"
+ android:background="?attr/colorPrimary"
+ app:contentInsetLeft="0dp"
+ app:contentInsetStart="0dp"
+ app:contentInsetStartWithNavigation="0dp">
+
+
+
+
+
+
+
+