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/contact_key.xml | |
parent | 6fdc38911c47ea4bd57d3706c9987e59af21fd90 (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.xml | 4 |
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> |