diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 6d1f71ca38..6703c2e050 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -307,7 +307,8 @@
-
+
+ android:layout_height="wrap_content"
+ android:visibility="gone">
+ android:paddingBottom="18dp">
@@ -58,7 +57,7 @@
android:id="@+id/body_bubble"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:layout_marginEnd="@dimen/message_bubble_edge_margin"
+ android:layout_marginEnd="@dimen/massive_spacing"
android:layout_marginStart="@dimen/large_spacing"
android:paddingTop="@dimen/medium_spacing"
android:paddingBottom="@dimen/medium_spacing"
@@ -163,7 +162,7 @@
android:layout="@layout/conversation_item_received_document"
android:layout_width="210dp"
android:layout_height="wrap_content"
- android:layout_marginBottom="@dimen/medium_spacing"
+ android:layout_marginBottom="4dp"
android:layout_marginStart="@dimen/message_bubble_horizontal_padding"
android:layout_marginEnd="@dimen/message_bubble_horizontal_padding" />
diff --git a/res/layout/conversation_item_sent.xml b/res/layout/conversation_item_sent.xml
index 851b84a84d..ee911e17d4 100644
--- a/res/layout/conversation_item_sent.xml
+++ b/res/layout/conversation_item_sent.xml
@@ -36,7 +36,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:orientation="vertical"
- android:layout_marginStart="@dimen/message_bubble_edge_margin"
+ android:layout_marginStart="@dimen/massive_spacing"
android:paddingTop="@dimen/medium_spacing"
android:paddingBottom="@dimen/medium_spacing"
android:layout_gravity="end"
@@ -99,7 +99,7 @@
android:layout_width="210dp"
android:layout_height="wrap_content"
android:layout_marginStart="@dimen/message_bubble_horizontal_padding"
- android:layout_marginBottom="@dimen/medium_spacing"
+ android:layout_marginBottom="4dp"
android:layout_marginEnd="@dimen/message_bubble_horizontal_padding" />
diff --git a/res/layout/document_view.xml b/res/layout/document_view.xml
index 0178e3882c..5cf4436d27 100644
--- a/res/layout/document_view.xml
+++ b/res/layout/document_view.xml
@@ -82,7 +82,7 @@
@@ -91,6 +91,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
style="@style/Signal.Text.Body"
+ android:textSize="@dimen/medium_font_size"
android:singleLine="true"
android:maxLines="1"
android:clickable="false"
diff --git a/res/layout/media_overview_activity.xml b/res/layout/media_overview_activity.xml
index 2a24f4e760..39b69512ab 100644
--- a/res/layout/media_overview_activity.xml
+++ b/res/layout/media_overview_activity.xml
@@ -3,6 +3,7 @@
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_height="match_parent"
android:layout_width="match_parent"
+ android:background="@drawable/default_session_background"
xmlns:tools="http://schemas.android.com/tools"
xmlns:app="http://schemas.android.com/apk/res-auto">
@@ -14,8 +15,7 @@
android:id="@+id/toolbar"
android:layout_width="match_parent"
android:layout_height="?android:attr/actionBarSize"
- android:background="?attr/media_overview_toolbar_background"
- android:titleTextColor="?attr/media_overview_toolbar_foreground"
+ style="@style/Session.DarkActionBar"
app:layout_scrollFlags="scroll|enterAlways"/>
\ No newline at end of file
diff --git a/res/layout/media_overview_documents_fragment.xml b/res/layout/media_overview_documents_fragment.xml
index c3edce10c9..098d28a451 100644
--- a/res/layout/media_overview_documents_fragment.xml
+++ b/res/layout/media_overview_documents_fragment.xml
@@ -3,7 +3,7 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
- android:background="?attr/media_overview_toolbar_background">
+ android:background="@drawable/default_session_background">
+ android:background="@drawable/default_session_background">
\ No newline at end of file
diff --git a/res/layout/media_preview_activity.xml b/res/layout/media_preview_activity.xml
index 662572b06f..63b5f01369 100644
--- a/res/layout/media_preview_activity.xml
+++ b/res/layout/media_preview_activity.xml
@@ -6,7 +6,7 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
- android:background="@color/gray95">
+ android:background="@drawable/default_session_background">
diff --git a/res/layout/message_details_activity.xml b/res/layout/message_details_activity.xml
index 88cfb1061f..6f51965693 100644
--- a/res/layout/message_details_activity.xml
+++ b/res/layout/message_details_activity.xml
@@ -2,6 +2,7 @@
diff --git a/res/layout/message_details_header.xml b/res/layout/message_details_header.xml
index 4bef2e26d1..47b41ac6a9 100644
--- a/res/layout/message_details_header.xml
+++ b/res/layout/message_details_header.xml
@@ -3,22 +3,23 @@
+ android:paddingTop="@dimen/medium_spacing"
+ android:paddingBottom="@dimen/medium_spacing"
+ android:elevation="10dp" />
+ android:paddingStart="@dimen/medium_spacing"
+ android:paddingEnd="@dimen/medium_spacing">
-
-
+ android:background="@color/action_bar_background"/>
\ No newline at end of file
diff --git a/res/layout/share_activity.xml b/res/layout/share_activity.xml
index 2ff05653f6..a3a9786d79 100644
--- a/res/layout/share_activity.xml
+++ b/res/layout/share_activity.xml
@@ -5,7 +5,8 @@
xmlns:tools="http://schemas.android.com/tools"
android:orientation="vertical"
android:layout_width="match_parent"
- android:layout_height="match_parent">
+ android:layout_height="match_parent"
+ android:background="@drawable/default_session_background">
+ android:background="@color/action_bar_background"
+ android:elevation="0dp"
+ android:theme="@style/Session.DarkActionBar">
@@ -34,6 +36,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/ic_search_white_24dp"
+ android:visibility="gone"
android:layout_alignParentEnd="true"
android:layout_centerVertical="true"/>
diff --git a/res/values/colors.xml b/res/values/colors.xml
index b9ea0718c7..d8f16735fc 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -33,8 +33,8 @@
#0a0a0a
- @color/loki_green
- @color/loki_green
+ @color/accent
+ @color/accent
#5578be20
#882090ea
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 6ae18a6007..6695193cde 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -11,11 +11,35 @@
- 0dp
+
+
+
+
+
+
+
+