diff options
Diffstat (limited to '')
-rw-r--r-- | res/layout/otr_fingerprint.xml | 4 |
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"/> |