summaryrefslogtreecommitdiffstats
path: root/app/src/main/res/layout/fragment_barcode_gen.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/fragment_barcode_gen.xml')
-rw-r--r--app/src/main/res/layout/fragment_barcode_gen.xml10
1 files changed, 9 insertions, 1 deletions
diff --git a/app/src/main/res/layout/fragment_barcode_gen.xml b/app/src/main/res/layout/fragment_barcode_gen.xml
index caec265..c90f4a7 100644
--- a/app/src/main/res/layout/fragment_barcode_gen.xml
+++ b/app/src/main/res/layout/fragment_barcode_gen.xml
@@ -39,7 +39,6 @@
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />
-
<ImageView
android:id="@+id/barcode_img"
android:layout_width="wrap_content"
@@ -53,4 +52,13 @@
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />
+ <Button
+ android:id="@+id/btn_save_barcode"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:text="Save Barcode"
+ android:layout_marginBottom="80dp"
+ app:layout_constraintEnd_toEndOf="parent"
+ app:layout_constraintBottom_toBottomOf="parent"
+ app:layout_constraintStart_toStartOf="parent" />
</androidx.constraintlayout.widget.ConstraintLayout> \ No newline at end of file