From 18de605ac42a9f56f3660b1881ae45d65f103713 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] Closes #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 a24206c2e..d4c1f7649 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"