~paparazzi-uav/paparazzi/v5.0-manual

« back to all changes in this revision

Viewing changes to sw/ext/opencv_bebop/opencv/samples/android/camera-calibration/res/layout/camera_calibration_surface_view.xml

  • Committer: Paparazzi buildbot
  • Date: 2016-05-18 15:00:29 UTC
  • Revision ID: felix.ruess+docbot@gmail.com-20160518150029-e8lgzi5kvb4p7un9
Manual import commit 4b8bbb730080dac23cf816b98908dacfabe2a8ec from v5.0 branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<LinearLayout 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/camera_calibration_java_surface_view" />
 
11
 
 
12
</LinearLayout>