aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout/contact_key.xml
diff options
context:
space:
mode:
authorsteckbrief <steckbrief@chefmail.de>2015-12-04 16:34:50 +0100
committersteckbrief <steckbrief@chefmail.de>2015-12-04 16:34:50 +0100
commit96e6604d9eed10d08534ddb6c7a33b7ec9dfc68e (patch)
tree87e6663bdd6109ed9dadc0a929f2196ddcc489a6 /src/main/res/layout/contact_key.xml
parent6fdc38911c47ea4bd57d3706c9987e59af21fd90 (diff)
Fixes FS#75 - Change color names to reasonable names
Diffstat (limited to 'src/main/res/layout/contact_key.xml')
-rw-r--r--src/main/res/layout/contact_key.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/res/layout/contact_key.xml b/src/main/res/layout/contact_key.xml
index 933b72b4..22e4e576 100644
--- a/src/main/res/layout/contact_key.xml
+++ b/src/main/res/layout/contact_key.xml
@@ -15,7 +15,7 @@
android:id="@+id/key"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:textColor="@color/black87"
+ android:textColor="@color/primaryText"
android:textSize="?attr/TextSizeBody"
android:typeface="monospace" />
@@ -23,7 +23,7 @@
android:id="@+id/key_type"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:textColor="@color/black54"
+ android:textColor="@color/secondaryText"
android:textSize="?attr/TextSizeInfo"/>
</LinearLayout>