From 96e6604d9eed10d08534ddb6c7a33b7ec9dfc68e Mon Sep 17 00:00:00 2001 From: steckbrief Date: Fri, 4 Dec 2015 16:34:50 +0100 Subject: Fixes FS#75 - Change color names to reasonable names --- src/main/res/layout/fragment_conversation.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/res/layout/fragment_conversation.xml') diff --git a/src/main/res/layout/fragment_conversation.xml b/src/main/res/layout/fragment_conversation.xml index 0a69f508..aab37295 100644 --- a/src/main/res/layout/fragment_conversation.xml +++ b/src/main/res/layout/fragment_conversation.xml @@ -53,7 +53,7 @@ android:paddingLeft="8dp" android:paddingRight="8dp" android:paddingTop="12dp" - android:textColor="@color/black87" > + android:textColor="@color/primaryText" > -- cgit v1.2.3