2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-17 15:26:23 +00:00

[fenix] For https://github.com/mozilla-mobile/fenix/issues/9989: Add start & end margin to button.

This commit is contained in:
mcarare 2020-04-16 18:58:20 +03:00 committed by Emily Kager
parent fba1e732ef
commit 86677b3bf3

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>