aboutsummaryrefslogtreecommitdiffstats
path: root/res/layout/contact_key.xml
diff options
context:
space:
mode:
authoriNPUTmice <daniel@gultsch.de>2014-07-08 11:41:19 +0200
committeriNPUTmice <daniel@gultsch.de>2014-07-08 11:41:19 +0200
commit3ac70d4b868df47d14aedc104d1691b8597c5e1f (patch)
treef6333cd8fc90b36c25de01a5909349b1ef1db25e /res/layout/contact_key.xml
parent37a8b87235f8c85a851976f5995c8c8c00c83fa5 (diff)
uniformed colors. made colors a little material
Diffstat (limited to 'res/layout/contact_key.xml')
-rw-r--r--res/layout/contact_key.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout/contact_key.xml b/res/layout/contact_key.xml
index dcac42e9..0c457c25 100644
--- a/res/layout/contact_key.xml
+++ b/res/layout/contact_key.xml
@@ -10,13 +10,13 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textSize="18sp"
- android:textColor="#5b5b5b"
+ android:textColor="@color/primarytext"
android:typeface="monospace"
/>
<TextView
android:id="@+id/key_type"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:textColor="#5b5b5b"
+ android:textColor="@color/secondarytext"
/>
</LinearLayout> \ No newline at end of file