diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 33e189c2be..a492481ea9 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -141,7 +141,8 @@
android:windowSoftInputMode="adjustResize" />
+ android:launchMode="singleTask"
+ android:theme="@style/Session.DarkTheme.NoActionBar" />
diff --git a/res/layout/activity_home.xml b/res/layout/activity_home.xml
index 26de730f77..a2b5ea939a 100644
--- a/res/layout/activity_home.xml
+++ b/res/layout/activity_home.xml
@@ -1,43 +1,95 @@
-
+ android:orientation="vertical"
+ android:background="@drawable/default_session_background"
+ xmlns:app="http://schemas.android.com/apk/res-auto">
-
+ android:layout_height="?attr/actionBarSize"
+ android:minHeight="?attr/actionBarSize"
+ app:contentInsetLeft="20dp"
+ app:contentInsetRight="20dp"
+ android:theme="?attr/actionBarStyle">
-
+
+
+
+
+
+
+
+
+
+
+
+ android:layout_width="match_parent"
+ android:layout_height="match_parent">
-
+
-
+
+
+
+
+
+
+
+
+
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/res/values/themes.xml b/res/values/themes.xml
index 5ca4185cc5..175217d7a3 100644
--- a/res/values/themes.xml
+++ b/res/values/themes.xml
@@ -9,6 +9,13 @@
- @color/action_bar_background
- @color/navigation_bar_background
+
+