diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 0a6f5f9ace..f34234853b 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -92,25 +92,31 @@
+ android:screenOrientation="portrait"
+ android:theme="@style/Theme.Session.DayNight.FlatActionBar"/>
+ android:screenOrientation="portrait"
+ android:theme="@style/Theme.Session.DayNight.FlatActionBar"/>
+ android:windowSoftInputMode="adjustResize"
+ android:theme="@style/Theme.Session.DayNight.FlatActionBar" />
+ android:windowSoftInputMode="adjustResize"
+ android:theme="@style/Theme.Session.DayNight.FlatActionBar" />
+ android:windowSoftInputMode="adjustResize"
+ android:theme="@style/Theme.Session.DayNight.FlatActionBar"/>
+ android:screenOrientation="portrait"
+ android:theme="@style/Theme.Session.DayNight.FlatActionBar" />
\ No newline at end of file
diff --git a/res/layout/activity_landing.xml b/res/layout/activity_landing.xml
index 1eab2bf48e..7dbddf0219 100644
--- a/res/layout/activity_landing.xml
+++ b/res/layout/activity_landing.xml
@@ -17,7 +17,6 @@
android:layout_marginRight="@dimen/very_large_spacing"
android:textSize="@dimen/large_font_size"
android:textStyle="bold"
- android:textColor="@color/text"
android:text="@string/activity_landing_title_2" />
\ No newline at end of file