diff --git a/res/drawable/conversation_home_touch_highlight.xml b/res/drawable/conversation_home_touch_highlight.xml
new file mode 100644
index 0000000000..5fbf5ba7d0
--- /dev/null
+++ b/res/drawable/conversation_home_touch_highlight.xml
@@ -0,0 +1,15 @@
+
+
+
+ -
+
+
+
+
+
+
\ No newline at end of file
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/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">
-
+
+
+
+
+
+
+
handleAddAttachment());
+
+ homeButtonContainer.setOnClickListener(v -> onSupportNavigateUp());
}
protected void initializeActionBar() {