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

« back to all changes in this revision

Viewing changes to sw/ext/opencv_bebop/opencv/samples/android/tutorial-4-opencl/res/layout/activity.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
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
 
2
    android:layout_width="match_parent"
 
3
    android:layout_height="match_parent" >
 
4
 
 
5
    <org.opencv.samples.tutorial4.MyGLSurfaceView
 
6
        android:layout_width="match_parent"
 
7
        android:layout_height="match_parent"
 
8
        android:id="@+id/my_gl_surface_view" />
 
9
 
 
10
    <LinearLayout
 
11
            android:layout_width="match_parent"
 
12
            android:layout_height="match_parent"
 
13
            android:orientation = "vertical" >
 
14
            <TextView
 
15
                android:layout_width="wrap_content"
 
16
                android:layout_height="wrap_content"
 
17
                android:id="@+id/fps_text_view"
 
18
                android:text="FPS:" />
 
19
        <TextView
 
20
            android:layout_width="wrap_content"
 
21
            android:layout_height="wrap_content"
 
22
            android:id="@+id/proc_mode_text_view"
 
23
            android:text="Processing mode:" />
 
24
            </LinearLayout>
 
25
 
 
26
</FrameLayout>