activity_scan.xml

 1<?xml version="1.0" encoding="UTF-8"?>
 2<merge xmlns:android="http://schemas.android.com/apk/res/android"
 3    android:layout_width="match_parent"
 4    android:layout_height="match_parent" >
 5
 6    <TextureView
 7        android:id="@+id/scan_activity_preview"
 8        android:layout_width="match_parent"
 9        android:layout_height="match_parent"
10        android:keepScreenOn="true" />
11
12    <eu.siacs.conversations.ui.widget.ScannerView
13        android:id="@+id/scan_activity_mask"
14        android:layout_width="match_parent"
15        android:layout_height="match_parent" />
16
17</merge>