activity_scan.xml 579 B

1234567891011121314151617
  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. <TextureView
  6. android:id="@+id/scan_activity_preview"
  7. android:layout_width="match_parent"
  8. android:layout_height="match_parent"
  9. android:keepScreenOn="true" />
  10. <eu.siacs.conversations.ui.widget.ScannerView
  11. android:id="@+id/scan_activity_mask"
  12. android:layout_width="match_parent"
  13. android:layout_height="match_parent" />
  14. </merge>