diff options
author | iNPUTmice <daniel@gultsch.de> | 2014-10-13 12:36:41 +0200 |
---|---|---|
committer | iNPUTmice <daniel@gultsch.de> | 2014-10-13 12:36:41 +0200 |
commit | 2ec021a42629120e8b4f1ae5a95027ec414b2b5c (patch) | |
tree | e100a35b984779934d8130f77d9002a07de31cdf /res/layout/contact_key.xml | |
parent | 0b05acc50c82d63e0cbe8ec10d0f301fb648f054 (diff) |
redesigned contact details a bit
Diffstat (limited to 'res/layout/contact_key.xml')
-rw-r--r-- | res/layout/contact_key.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/res/layout/contact_key.xml b/res/layout/contact_key.xml index e10f8420..7053857f 100644 --- a/res/layout/contact_key.xml +++ b/res/layout/contact_key.xml @@ -16,14 +16,15 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:textColor="@color/primarytext" - android:textSize="?attr/TextSizeHeadline" + android:textSize="?attr/TextSizeBody" android:typeface="monospace" /> <TextView android:id="@+id/key_type" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:textColor="@color/secondarytext" /> + android:textColor="@color/secondarytext" + android:textSize="?attr/TextSizeInfo"/> </LinearLayout> <ImageButton |