diff options
author | Daniel Gultsch <daniel@gultsch.de> | 2015-07-20 15:43:28 +0200 |
---|---|---|
committer | Daniel Gultsch <daniel@gultsch.de> | 2015-07-20 15:43:28 +0200 |
commit | 8559ca05ab67f8f149be4beeb57b2aab86e1aa3c (patch) | |
tree | e77328b88400877c585eb35b2e67cbbd878e7b0a /src/main/res/layout/contact.xml | |
parent | aaa8fe8978ac0513a013a9c77efef663f32eda47 (diff) |
fixed monospace font and android L
Diffstat (limited to '')
-rw-r--r-- | src/main/res/layout/contact.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/res/layout/contact.xml b/src/main/res/layout/contact.xml index a7f5bef5..3c0c7487 100644 --- a/src/main/res/layout/contact.xml +++ b/src/main/res/layout/contact.xml @@ -51,6 +51,7 @@ android:textColor="@color/black87" android:textSize="?attr/TextSizeHeadline" android:typeface="monospace" + android:fontFamily="monospace" android:visibility="gone" /> </LinearLayout> |