Files
coco 7846a45f2c a
2026-07-03 15:47:27 +08:00

17 lines
587 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<FrameLayout 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" />
<de.schildbach.wallet.ui.scan.ScannerView
android:id="@+id/scan_activity_mask"
android:layout_width="match_parent"
android:layout_height="match_parent" />
</FrameLayout>