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.
pull/90/head
Sijan Rijal 4 years ago committed by ekager
parent 103c183265
commit 18de605ac4

@ -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"

Loading…
Cancel
Save