From 52ad5dafe2021ecd0693c5e960ee669f002bfad1 Mon Sep 17 00:00:00 2001 From: Emily Kager Date: Thu, 31 Oct 2019 15:59:50 -0700 Subject: [PATCH] Closes #6369 - Use padding set from style for protection settings --- app/src/main/res/layout/component_tracking_protection_panel.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/app/src/main/res/layout/component_tracking_protection_panel.xml b/app/src/main/res/layout/component_tracking_protection_panel.xml index 1d95ed342..0fa19ec3e 100644 --- a/app/src/main/res/layout/component_tracking_protection_panel.xml +++ b/app/src/main/res/layout/component_tracking_protection_panel.xml @@ -165,7 +165,6 @@ style="@style/QuickSettingsText.Icon" android:layout_width="match_parent" android:layout_height="@dimen/tracking_protection_item_height" - android:paddingStart="0dp" android:paddingEnd="24dp" android:text="@string/etp_settings" app:drawableStartCompat="@drawable/ic_settings"