17 lines
579 B
XML
17 lines
579 B
XML
|
<?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>
|