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.
This commit is contained in:
Sijan Rijal 2020-09-07 10:46:03 -07:00 committed by ekager
parent 103c183265
commit 18de605ac4

View File

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