summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout
diff options
context:
space:
mode:
authorNorbel Ambanumben <norbel@ambanumben.net>2025-01-18 20:04:06 +0100
committerNorbel Ambanumben <norbel@ambanumben.net>2025-01-18 20:04:06 +0100
commit1df58041a291d451438f67366c7c1605f2461fa9 (patch)
tree7ac14ad0f842fbc8591265acd699853b83d80f00 /app/src/main/res/layout
parent61724a470e4c292db92b7b34b0a4929d68237d75 (diff)
feat: replace `mlkit` with `zxing`
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r--app/src/main/res/layout/a_scanner.xml29
1 files changed, 0 insertions, 29 deletions
diff --git a/app/src/main/res/layout/a_scanner.xml b/app/src/main/res/layout/a_scanner.xml
deleted file mode 100644
index bf954d99..00000000
--- a/app/src/main/res/layout/a_scanner.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:app="http://schemas.android.com/apk/res-auto"
- xmlns:tools="http://schemas.android.com/tools"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- tools:context=".providersetup.activities.scanner.ScannerActivity">
-
- <androidx.appcompat.widget.Toolbar
- android:id="@+id/toolbar"
- android:minHeight="?attr/actionBarSize"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:background="?attr/colorPrimary"
- app:layout_constraintStart_toStartOf="parent"
- app:layout_constraintEnd_toEndOf="parent"
- app:layout_constraintTop_toTopOf="parent">
- </androidx.appcompat.widget.Toolbar>
-
- <androidx.camera.view.PreviewView
- android:id="@+id/previewView"
- android:layout_width="match_parent"
- android:layout_height="0dp"
- app:layout_constraintBottom_toBottomOf="parent"
- app:layout_constraintEnd_toEndOf="parent"
- app:layout_constraintStart_toStartOf="parent"
- app:layout_constraintTop_toBottomOf="@+id/toolbar" />
-
-</androidx.constraintlayout.widget.ConstraintLayout> \ No newline at end of file