From fabd8298ef0c467409920e6fad0b44ce3d09f0b1 Mon Sep 17 00:00:00 2001 From: ameba23 Date: Wed, 2 Mar 2022 17:17:56 +0100 Subject: [PATCH] Reduce text size in remote wipe display fragment --- .../src/main/res/layout/fragment_remote_wipe_display.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/briar-android/src/main/res/layout/fragment_remote_wipe_display.xml b/briar-android/src/main/res/layout/fragment_remote_wipe_display.xml index 179feeb06..64bb9b6b6 100644 --- a/briar-android/src/main/res/layout/fragment_remote_wipe_display.xml +++ b/briar-android/src/main/res/layout/fragment_remote_wipe_display.xml @@ -18,7 +18,7 @@ android:layout_marginTop="24dp" android:gravity="center" android:text="@string/remote_wipe_display_explain" - android:textSize="20sp" + android:textSize="16sp" app:layout_constraintTop_toTopOf="parent" tools:layout_editor_absoluteX="16dp" />