From 73871b843d2bf951c19de66da107c12eb2dbe303 Mon Sep 17 00:00:00 2001 From: Christian Schneppe Date: Sun, 1 Apr 2018 17:54:07 +0200 Subject: fixed highlighted caption style --- src/main/res/layout/quickedit.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (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 93e81024c..9a407972a 100644 --- a/src/main/res/layout/quickedit.xml +++ b/src/main/res/layout/quickedit.xml @@ -10,8 +10,8 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:ems="10" - android:inputType="textPersonName" - android:textColor="@color/black87"> + android:inputType="textPersonName"> + -- cgit v1.2.3