From 745df4e502188256de08d6d213b48fc46a4c1acf Mon Sep 17 00:00:00 2001 From: M66B Date: Sun, 19 Jul 2020 20:04:58 +0200 Subject: [PATCH] Small layout improvement --- app/src/main/res/layout/fragment_options_privacy.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/main/res/layout/fragment_options_privacy.xml b/app/src/main/res/layout/fragment_options_privacy.xml index 78768f2b14..cdd0ba7ce7 100644 --- a/app/src/main/res/layout/fragment_options_privacy.xml +++ b/app/src/main/res/layout/fragment_options_privacy.xml @@ -291,6 +291,7 @@ android:layout_height="wrap_content" android:layout_marginTop="12dp" android:layout_marginEnd="48dp" + android:paddingVertical="3dp" android:text="@string/title_advanced_disconnect_blacklist" android:textAppearance="@style/TextAppearance.AppCompat.Small" android:textColor="?android:attr/textColorPrimary"