diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 8e577f757e..6f0abd9bad 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -152,7 +152,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 3a900ffd99..7bb054d771 100644
--- a/res/layout/activity_home.xml
+++ b/res/layout/activity_home.xml
@@ -26,7 +26,7 @@
android:layout_height="@dimen/small_profile_picture_size"
android:layout_marginLeft="8dp"
android:layout_alignParentLeft="true"
- android:layout_centerVertical="true"/>
+ android:layout_centerVertical="true" />
+ android:layout_weight="1" />
+ android:layout_weight="1" />