aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout/activity_scan.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/res/layout/activity_scan.xml')
-rw-r--r--src/main/res/layout/activity_scan.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/main/res/layout/activity_scan.xml b/src/main/res/layout/activity_scan.xml
new file mode 100644
index 000000000..0f3765b15
--- /dev/null
+++ b/src/main/res/layout/activity_scan.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<merge xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent">
+
+ <TextureView
+ android:id="@+id/scan_activity_preview"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:keepScreenOn="true" />
+
+ <eu.siacs.conversations.ui.widget.ScannerView
+ android:id="@+id/scan_activity_mask"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent" />
+
+</merge> \ No newline at end of file