From f0e659bfdb96fea4d36da3cfee0b9362bb893952 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?So=CC=88ren=20Hentzschel?= Date: Mon, 27 Apr 2020 21:57:38 +0200 Subject: [PATCH] For #9880 - fixed sync settings style --- app/src/main/res/layout/checkbox_left_preference.xml | 2 +- app/src/main/res/xml/account_settings_preferences.xml | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/layout/checkbox_left_preference.xml b/app/src/main/res/layout/checkbox_left_preference.xml index 0fcabdaff..6f9440679 100644 --- a/app/src/main/res/layout/checkbox_left_preference.xml +++ b/app/src/main/res/layout/checkbox_left_preference.xml @@ -13,7 +13,7 @@ android:gravity="center_vertical" android:paddingStart="16dp" android:layout_marginBottom="8dp" - android:paddingEnd="?android:attr/scrollbarSize"> + android:paddingEnd="16dp"> - + @@ -24,16 +28,19 @@