From 86677b3bf33169b2f03389b92a651bf6c6e51309 Mon Sep 17 00:00:00 2001 From: mcarare Date: Thu, 16 Apr 2020 18:58:20 +0300 Subject: [PATCH] [fenix] For https://github.com/mozilla-mobile/fenix/issues/9989: Add start & end margin to button. --- app/src/main/res/layout/fragment_installed_add_on_details.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/main/res/layout/fragment_installed_add_on_details.xml b/app/src/main/res/layout/fragment_installed_add_on_details.xml index 31de23ba79..feb38dfd82 100644 --- a/app/src/main/res/layout/fragment_installed_add_on_details.xml +++ b/app/src/main/res/layout/fragment_installed_add_on_details.xml @@ -77,6 +77,7 @@ android:id="@+id/remove_add_on" style="@style/DestructiveButton" android:layout_below="@+id/permissions" + android:layout_marginHorizontal="16dp" android:text="@string/mozac_feature_addons_remove" />