1
0
Fork 0

For #9989: Add start & end margin to button.

master
mcarare 2020-04-16 18:58:20 +03:00 committed by Emily Kager
parent 1f8f69548a
commit 8440f1867a
1 changed files with 1 additions and 0 deletions

View File

@ -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" />
</RelativeLayout>
</ScrollView>