From 0d07b7f477e63616acc52dd484705c8e16dfdffe Mon Sep 17 00:00:00 2001 From: Emily Kager Date: Fri, 31 May 2019 14:27:36 -0700 Subject: [PATCH] [fenix] For https://github.com/mozilla-mobile/fenix/issues/2133 - Remove delete icon from delete history button (https://github.com/mozilla-mobile/fenix/pull/3053) --- app/src/main/res/layout/delete_history_button.xml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/src/main/res/layout/delete_history_button.xml b/app/src/main/res/layout/delete_history_button.xml index c817fb7f4e..528b2f4352 100644 --- a/app/src/main/res/layout/delete_history_button.xml +++ b/app/src/main/res/layout/delete_history_button.xml @@ -17,8 +17,4 @@ android:textStyle="bold" android:theme="@style/Theme.MaterialComponents.Light" app:backgroundTint="?neutral" - app:icon="@drawable/ic_delete" - app:iconGravity="textStart" - app:iconPadding="8dp" - app:iconTint="?destructive" app:rippleColor="?secondaryText" />