From 43b7920959cb8eb5c44911f7315d2ec78f7e3c51 Mon Sep 17 00:00:00 2001 From: Sijan Rijal <47872289+sijanr@users.noreply.github.com> Date: Mon, 7 Sep 2020 10:46:03 -0700 Subject: [PATCH] [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/14053 Set the padding on the download action button as it didn't have a padding as the numbers of characters in the text of the button grew. --- app/src/main/res/layout/download_dialog_layout.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/main/res/layout/download_dialog_layout.xml b/app/src/main/res/layout/download_dialog_layout.xml index a24206c2e1..d4c1f76499 100644 --- a/app/src/main/res/layout/download_dialog_layout.xml +++ b/app/src/main/res/layout/download_dialog_layout.xml @@ -78,6 +78,7 @@ android:backgroundTint="?accent" android:text="@string/mozac_feature_downloads_button_open" android:textAllCaps="false" + android:padding="16dp" android:textColor="?contrastText" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toEndOf="parent"