Home | History | Annotate | Download | only in layout
      1 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
      2     xmlns:tools="http://schemas.android.com/tools"
      3     android:layout_width="match_parent"
      4     android:layout_height="match_parent" >
      5 
      6     <org.opencv.android.JavaCameraView
      7         android:layout_width="fill_parent"
      8         android:layout_height="fill_parent"
      9         android:id="@+id/fd_activity_surface_view" />
     10 
     11 </LinearLayout>
     12