aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout/contact_key.xml
diff options
context:
space:
mode:
authorDaniel Gultsch <daniel@gultsch.de>2015-07-20 15:43:28 +0200
committerDaniel Gultsch <daniel@gultsch.de>2015-07-20 15:43:28 +0200
commit8559ca05ab67f8f149be4beeb57b2aab86e1aa3c (patch)
treee77328b88400877c585eb35b2e67cbbd878e7b0a /src/main/res/layout/contact_key.xml
parentaaa8fe8978ac0513a013a9c77efef663f32eda47 (diff)
fixed monospace font and android L
Diffstat (limited to 'src/main/res/layout/contact_key.xml')
-rw-r--r--src/main/res/layout/contact_key.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/res/layout/contact_key.xml b/src/main/res/layout/contact_key.xml
index 7cb0bae7..6b86f80a 100644
--- a/src/main/res/layout/contact_key.xml
+++ b/src/main/res/layout/contact_key.xml
@@ -18,7 +18,8 @@
android:layout_alignParentLeft="true"
android:layout_toLeftOf="@+id/tgl_trust"
android:textSize="?attr/TextSizeBody"
- android:typeface="monospace" />
+ android:typeface="monospace"
+ android:fontFamily="monospace"/>
<TextView
android:id="@+id/key_type"