Add quite space before and after barcode

This is to help barcode scanners determine where the end of
the barcode is.
This commit is contained in:
Branden Archer
2018-02-10 22:21:26 -05:00
parent d7bf31c308
commit 13543ea9f6

View File

@@ -33,6 +33,8 @@
android:layout_height="0dp"
android:layout_marginTop="20.0dip"
android:layout_marginBottom="10.0dip"
android:layout_marginStart="15.0dip"
android:layout_marginEnd="15.0dip"
app:layout_constraintBottom_toTopOf="@+id/centerGuideline"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"