From ed40e5c04d6baaf2f1dd998e7a8c48c8e48a25e6 Mon Sep 17 00:00:00 2001 From: Seweryn Fornalik Date: Tue, 22 Jun 2021 19:49:36 +0200 Subject: [PATCH] Remove divider below account sync item --- res/xml/account_type_settings.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/res/xml/account_type_settings.xml b/res/xml/account_type_settings.xml index 98a5e8b67c6..9ab7b1f83f3 100644 --- a/res/xml/account_type_settings.xml +++ b/res/xml/account_type_settings.xml @@ -33,7 +33,8 @@ android:key="account_sync" android:title="@string/account_sync_title" android:icon="@drawable/ic_sync" - android:order="200"/> + android:order="200" + settings:allowDividerBelow="false"/>