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