aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout/quickedit.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2018-04-01 17:54:07 +0200
committerChristian Schneppe <christian@pix-art.de>2018-04-01 17:54:07 +0200
commit73871b843d2bf951c19de66da107c12eb2dbe303 (patch)
treeb5390a6d9ed8c4c142ed66c4ee310f0985404761 /src/main/res/layout/quickedit.xml
parent34706a5e024df16027a292953606114db7e12dbe (diff)
fixed highlighted caption style
Diffstat (limited to '')
-rw-r--r--src/main/res/layout/quickedit.xml4
1 files changed, 2 insertions, 2 deletions
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">
+
<requestFocus />
</android.support.text.emoji.widget.EmojiEditText>