aboutsummaryrefslogtreecommitdiffstats
path: root/res/layout/otr_fingerprint.xml
diff options
context:
space:
mode:
authoriNPUTmice <daniel@gultsch.de>2014-07-04 16:13:52 +0200
committeriNPUTmice <daniel@gultsch.de>2014-07-04 16:13:52 +0200
commit99eb1743e3eb94f85ec0eddeaec81245a9ffed08 (patch)
tree0ce28dbe43e4914b0ab6de8a1a62106161833849 /res/layout/otr_fingerprint.xml
parent65d62cced47d430d7b33ca53b45015fb86967e31 (diff)
small ui overhauls. unified text sizes. made text a bit smaller. moved messages more closer together
Diffstat (limited to '')
-rw-r--r--res/layout/otr_fingerprint.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout/otr_fingerprint.xml b/res/layout/otr_fingerprint.xml
index b9eafca4..d8f24151 100644
--- a/res/layout/otr_fingerprint.xml
+++ b/res/layout/otr_fingerprint.xml
@@ -9,7 +9,7 @@
android:id="@+id/otr_no_fingerprint"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:textSize="20sp"
+ android:textSize="18sp"
android:text="@string/no_otr_fingerprint"
android:visibility="visible"/>
@@ -17,7 +17,7 @@
android:id="@+id/otr_fingerprint"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:textSize="20sp"
+ android:textSize="18sp"
android:typeface="monospace"
android:visibility="gone"/>