diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 13dbb534ab..30032cbd8b 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -144,6 +144,7 @@
android:screenOrientation="portrait" />
+
+
+ -
+
+
+
+
+
+
\ No newline at end of file
diff --git a/res/drawable/ic_baseline_arrow_back_24.xml b/res/drawable/ic_baseline_arrow_back_24.xml
new file mode 100644
index 0000000000..bab545a707
--- /dev/null
+++ b/res/drawable/ic_baseline_arrow_back_24.xml
@@ -0,0 +1,10 @@
+
+
+
diff --git a/res/drawable/ic_baseline_arrow_back_compact_24.xml b/res/drawable/ic_baseline_arrow_back_compact_24.xml
new file mode 100644
index 0000000000..f632160152
--- /dev/null
+++ b/res/drawable/ic_baseline_arrow_back_compact_24.xml
@@ -0,0 +1,10 @@
+
+
+
diff --git a/res/layout/camera_fragment.xml b/res/layout/camera_fragment.xml
index 3ce5bbe7d0..ccddcb26e3 100644
--- a/res/layout/camera_fragment.xml
+++ b/res/layout/camera_fragment.xml
@@ -16,4 +16,22 @@
android:layout_width="match_parent"
android:layout_height="match_parent" />
+
+
+
+
+
+
\ No newline at end of file
diff --git a/res/layout/conversation_activity.xml b/res/layout/conversation_activity.xml
index de99e57802..394ad2d311 100644
--- a/res/layout/conversation_activity.xml
+++ b/res/layout/conversation_activity.xml
@@ -11,19 +11,47 @@
android:id="@+id/toolbar"
android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize"
+ android:clipChildren="false"
+ android:contentInsetLeft="24dp"
+ android:contentInsetStart="24dp"
app:contentInsetLeft="24dp"
- app:contentInsetRight="20dp">
+ app:contentInsetStart="24dp"
+ android:contentInsetRight="20dp"
+ android:contentInsetEnd="20dp"
+ app:contentInsetRight="20dp"
+ app:contentInsetEnd="20dp">
+ android:orientation="horizontal"
+ android:clipChildren="false">
-
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/res/layout/session_logo_action_bar_content.xml b/res/layout/session_logo_action_bar_content.xml
new file mode 100644
index 0000000000..52f99ecdea
--- /dev/null
+++ b/res/layout/session_logo_action_bar_content.xml
@@ -0,0 +1,32 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 268915c03a..db1af0eab2 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -18,8 +18,8 @@
- @dimen/very_large_font_size
-