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/quickedit.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/res/layout/quickedit.xml') diff --git a/src/main/res/layout/quickedit.xml b/src/main/res/layout/quickedit.xml index ff6b0413..74e8dcf8 100644 --- a/src/main/res/layout/quickedit.xml +++ b/src/main/res/layout/quickedit.xml @@ -11,7 +11,7 @@ android:layout_height="wrap_content" android:ems="10" android:inputType="textPersonName" - android:textColor="@color/black87" > + android:textColor="@color/primaryText" > -- cgit v1.2.3