summaryrefslogtreecommitdiffstats
path: root/app/src/main/res/layout/fragment_barcode_gen.xml
diff options
context:
space:
mode:
authorMaksymilian Jopek <maks@jopek.eu>2022-09-22 20:25:19 +0200
committerMaksymilian Jopek <maks@jopek.eu>2022-09-22 20:25:19 +0200
commitd191a1cfc5ec76fd9985a0878b42775dbe1eddf8 (patch)
treef93cb7fb6de2abc9f178987f081865ce43aed0d9 /app/src/main/res/layout/fragment_barcode_gen.xml
parent36703c46b11a2300cdbba219628fc63be5bde7c3 (diff)
downloadlector-de-codi-d191a1cfc5ec76fd9985a0878b42775dbe1eddf8.tar.gz
lector-de-codi-d191a1cfc5ec76fd9985a0878b42775dbe1eddf8.tar.zst
lector-de-codi-d191a1cfc5ec76fd9985a0878b42775dbe1eddf8.zip
All / settings logic
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