mirror of https://github.com/opencv/opencv.git
parent
0185cb27eb
commit
9ab291ea1c
4 changed files with 45 additions and 12 deletions
@ -1,12 +1,16 @@ |
|||||||
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" |
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" |
||||||
xmlns:tools="http://schemas.android.com/tools" |
|
||||||
android:layout_width="match_parent" |
android:layout_width="match_parent" |
||||||
android:layout_height="match_parent" |
android:layout_height="match_parent" > |
||||||
tools:context="${relativePackage}.${activityClass}" > |
|
||||||
|
<org.opencv.samples.tutorial4.MyGLSurfaceView |
||||||
|
android:layout_width="match_parent" |
||||||
|
android:layout_height="match_parent" |
||||||
|
android:id="@+id/my_gl_surface_view" /> |
||||||
|
|
||||||
<TextView |
<TextView |
||||||
android:layout_width="wrap_content" |
android:layout_width="wrap_content" |
||||||
android:layout_height="wrap_content" |
android:layout_height="wrap_content" |
||||||
android:text="@string/app_name" /> |
android:id="@+id/fps_text_view" |
||||||
|
android:text="FPS:" /> |
||||||
|
|
||||||
</RelativeLayout> |
</FrameLayout> |
||||||
|
Loading…
Reference in new issue