From 39d91e026b156d5323e86e2cf536737c9f970246 Mon Sep 17 00:00:00 2001
From: str4d <str4d@mail.i2p>
Date: Tue, 12 Jul 2016 23:45:36 +0000
Subject: [PATCH] Update introduction message text colours

---
 briar-android/res/layout/introduction_message.xml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/briar-android/res/layout/introduction_message.xml b/briar-android/res/layout/introduction_message.xml
index b56700fb72..a557059f14 100644
--- a/briar-android/res/layout/introduction_message.xml
+++ b/briar-android/res/layout/introduction_message.xml
@@ -105,7 +105,7 @@
 			android:layout_marginTop="@dimen/margin_medium"
 			android:layout_weight="1"
 			android:gravity="top"
-			android:textColor="@color/briar_text_primary"
+			android:textColor="@color/briar_text_secondary"
 			android:textSize="@dimen/text_size_medium"
 			tools:text="@string/introduction_message_text"/>
 
@@ -116,7 +116,9 @@
 			android:layout_marginTop="@dimen/margin_medium"
 			android:gravity="bottom"
 			android:hint="@string/introduction_message_hint"
-			android:inputType="text|textMultiLine|textCapSentences"/>
+			android:inputType="text|textMultiLine|textCapSentences"
+			android:textColor="@color/briar_text_primary"
+			android:textColorHint="@color/briar_text_tertiary"/>
 
 		<Button
 			android:id="@+id/makeIntroductionButton"
-- 
GitLab