From 1c9c8f590a5106058dcfbff2ffcddbc0bd312b9b Mon Sep 17 00:00:00 2001 From: mcarare Date: Tue, 10 Dec 2019 18:22:16 +0200 Subject: [PATCH] For #7066 Increase space below checkbox preference --- app/src/main/res/layout/checkbox_left_preference.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/main/res/layout/checkbox_left_preference.xml b/app/src/main/res/layout/checkbox_left_preference.xml index e1bdea9d2..826716d74 100644 --- a/app/src/main/res/layout/checkbox_left_preference.xml +++ b/app/src/main/res/layout/checkbox_left_preference.xml @@ -12,6 +12,7 @@ android:focusable="true" android:gravity="center_vertical" android:paddingStart="8dp" + android:paddingBottom="8dp" android:paddingEnd="?android:attr/scrollbarSize">