diff options
author | steckbrief <steckbrief@chefmail.de> | 2015-12-04 16:34:50 +0100 |
---|---|---|
committer | steckbrief <steckbrief@chefmail.de> | 2015-12-04 16:34:50 +0100 |
commit | 96e6604d9eed10d08534ddb6c7a33b7ec9dfc68e (patch) | |
tree | 87e6663bdd6109ed9dadc0a929f2196ddcc489a6 /src/main/res/layout/fragment_conversation.xml | |
parent | 6fdc38911c47ea4bd57d3706c9987e59af21fd90 (diff) |
Fixes FS#75 - Change color names to reasonable names
Diffstat (limited to 'src/main/res/layout/fragment_conversation.xml')
-rw-r--r-- | src/main/res/layout/fragment_conversation.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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" > <requestFocus /> </de.thedevstack.conversationsplus.ui.EditMessage> |