diff --git a/briar-android/res/layout/activity_conversation.xml b/briar-android/res/layout/activity_conversation.xml
index acf9bd653..cc05097fd 100644
--- a/briar-android/res/layout/activity_conversation.xml
+++ b/briar-android/res/layout/activity_conversation.xml
@@ -8,35 +8,37 @@
android:orientation="vertical"
tools:context=".android.contact.ConversationActivity">
-
+ android:layout_height="wrap_content">
-
+
-
-
-
+ android:layout_height="match_parent">
-
+
-
+
+
+
+
+
+
+
-
+ android:layout_height="wrap_content">
+
+
+
+
-
+ android:layout_height="wrap_content">
+
+
+
+
-
-
-
-
+ android:layout_height="match_parent"
+ android:background="@color/window_background"/>
\ No newline at end of file
diff --git a/briar-android/res/layout/activity_with_loading.xml b/briar-android/res/layout/activity_with_loading.xml
index 904348306..2c797c36c 100644
--- a/briar-android/res/layout/activity_with_loading.xml
+++ b/briar-android/res/layout/activity_with_loading.xml
@@ -6,14 +6,17 @@
android:layout_height="match_parent"
android:orientation="vertical">
-
+ android:layout_height="wrap_content">
+
+
+
+
+ android:layout_margin="@dimen/margin_xxlarge"
+ android:contentDescription="@string/app_name"/>
diff --git a/briar-android/res/values/styles.xml b/briar-android/res/values/styles.xml
index 0896e6e6b..cb439b1c5 100644
--- a/briar-android/res/values/styles.xml
+++ b/briar-android/res/values/styles.xml
@@ -18,10 +18,6 @@
- @color/briar_text_primary_inverse
-
-
diff --git a/briar-android/res/values/themes.xml b/briar-android/res/values/themes.xml
index 6b2990e15..1cc3700cd 100644
--- a/briar-android/res/values/themes.xml
+++ b/briar-android/res/values/themes.xml
@@ -2,7 +2,6 @@