diff --git a/res/layout-sw400dp/activity_register.xml b/res/layout-sw400dp/activity_register.xml
index eaac89bcf9..8cc432c160 100644
--- a/res/layout-sw400dp/activity_register.xml
+++ b/res/layout-sw400dp/activity_register.xml
@@ -71,9 +71,9 @@
android:layout_marginLeft="@dimen/massive_spacing"
android:layout_marginRight="@dimen/massive_spacing"
android:gravity="center"
- android:textColorLink="@color/text"
+ android:textColor="?android:textColorTertiary"
+ android:textColorLink="?colorAccent"
android:textSize="@dimen/very_small_font_size"
- android:textColor="@color/text"
android:text="By using this service, you agree to our Terms of Service and Privacy Policy" />
\ No newline at end of file
diff --git a/res/layout-sw400dp/activity_restore.xml b/res/layout-sw400dp/activity_restore.xml
index 1025380523..bb241b9abf 100644
--- a/res/layout-sw400dp/activity_restore.xml
+++ b/res/layout-sw400dp/activity_restore.xml
@@ -63,9 +63,9 @@
android:layout_marginLeft="@dimen/massive_spacing"
android:layout_marginRight="@dimen/massive_spacing"
android:gravity="center"
- android:textColorLink="@color/text"
+ android:textColor="?android:textColorTertiary"
+ android:textColorLink="?colorAccent"
android:textSize="@dimen/very_small_font_size"
- android:textColor="@color/text"
android:text="By using this service, you agree to our Terms of Service and Privacy Policy" />
\ No newline at end of file
diff --git a/res/layout/activity_home.xml b/res/layout/activity_home.xml
index f164a88708..ed1ac2526d 100644
--- a/res/layout/activity_home.xml
+++ b/res/layout/activity_home.xml
@@ -12,59 +12,67 @@
+ android:layout_height="wrap_content"
+ android:background="?colorPrimary"
+ android:elevation="1dp">
-
-
-
-
-
+ android:layout_height="wrap_content"
+ android:orientation="vertical">
+ android:layout_width="match_parent"
+ android:layout_height="?attr/actionBarSize"
+ android:layout_marginLeft="20dp"
+ android:layout_marginRight="20dp">
-
+ android:layout_marginLeft="9dp" />
+
+
+
+
+
+
+
+
-
+
+
+
-
-
diff --git a/res/layout/activity_register.xml b/res/layout/activity_register.xml
index 7340e9d825..57a64e2fb3 100644
--- a/res/layout/activity_register.xml
+++ b/res/layout/activity_register.xml
@@ -72,9 +72,9 @@
android:layout_marginLeft="@dimen/massive_spacing"
android:layout_marginRight="@dimen/massive_spacing"
android:gravity="center"
- android:textColorLink="@color/text"
+ android:textColor="?android:textColorTertiary"
+ android:textColorLink="?colorAccent"
android:textSize="@dimen/very_small_font_size"
- android:textColor="@color/text"
android:text="By using this service, you agree to our Terms of Service and Privacy Policy" />
\ No newline at end of file
diff --git a/res/layout/conversation_activity.xml b/res/layout/conversation_activity.xml
index b2279351a1..5a3f3aaed3 100644
--- a/res/layout/conversation_activity.xml
+++ b/res/layout/conversation_activity.xml
@@ -9,7 +9,6 @@
+ android:theme="@style/Widget.Session.ActionBar">
-
+
+
+
-
+
+
+
\ No newline at end of file
diff --git a/res/values/styles.xml b/res/values/styles.xml
index f41bee2265..61113f181f 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -2,39 +2,24 @@
-
-
-
-
-
-
-
@@ -227,7 +212,7 @@
parent="@style/Widget.AppCompat.ActionBar">
- @color/core_grey_90
- @style/ThemeOverlay.AppCompat.Dark
- - 4dp
+ - 1dp
- @style/ThemeOverlay.AppCompat.Dark
- @style/TextSecure.TitleTextStyle
- @style/TextSecure.SubtitleTextStyle
@@ -237,7 +222,7 @@