diff --git a/app/src/main/res/layout/custom_barcode_scanner.xml b/app/src/main/res/layout/custom_barcode_scanner.xml
index 9a9de3222..e96ff23c6 100644
--- a/app/src/main/res/layout/custom_barcode_scanner.xml
+++ b/app/src/main/res/layout/custom_barcode_scanner.xml
@@ -20,13 +20,11 @@
app:zxing_viewfinder_laser="@color/zxing_custom_viewfinder_laser"
app:zxing_viewfinder_mask="@color/zxing_custom_viewfinder_mask"/>
-
-
+ android:onClick="addManually"/>
\ No newline at end of file
diff --git a/app/src/main/res/layout/scan_activity.xml b/app/src/main/res/layout/scan_activity.xml
index bdbf25e99..97b8e3d7f 100644
--- a/app/src/main/res/layout/scan_activity.xml
+++ b/app/src/main/res/layout/scan_activity.xml
@@ -7,20 +7,24 @@
android:layout_height="match_parent"
tools:context=".ScanActivity">
+
+
+
+
+
+
-
-
-
\ No newline at end of file