Advertisement
Guest User

layout.xml

a guest
Mar 12th, 2016
523
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.49 KB | None | 0 0
  1. <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
  2.    xmlns:tools="http://schemas.android.com/tools"
  3.    xmlns:opencv="http://schemas.android.com/apk/res-auto"
  4.    android:layout_width="match_parent"
  5.    android:layout_height="match_parent"
  6. >
  7.     <org.opencv.android.JavaCameraView
  8.        android:layout_width="fill_parent"
  9.        android:layout_height="fill_parent"
  10.        android:id="@+id/OpenCVCamera"
  11.        opencv:camera_id="back"
  12.    />
  13. </RelativeLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement