mirror of https://github.com/opencv/opencv.git
Merge pull request #794 from asmorkalov:android_no_layout
commit
7711fe2f43
3 changed files with 12 additions and 23 deletions
@ -1,11 +0,0 @@ |
||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
||||
xmlns:tools="http://schemas.android.com/tools" |
||||
android:layout_width="match_parent" |
||||
android:layout_height="match_parent" > |
||||
|
||||
<org.opencv.android.JavaCameraView |
||||
android:layout_width="fill_parent" |
||||
android:layout_height="fill_parent" |
||||
android:id="@+id/puzzle_activity_surface_view" /> |
||||
|
||||
</LinearLayout> |
@ -1,6 +0,0 @@ |
||||
<menu xmlns:android="http://schemas.android.com/apk/res/android"> |
||||
<item android:id="@+id/menu_start_new_game" |
||||
android:title="@string/menu_start_new_game" |
||||
android:orderInCategory="100" /> |
||||
<item android:id="@+id/menu_toggle_tile_numbers" android:title="@string/menu_toggle_tile_numbers"></item> |
||||
</menu> |
Loading…
Reference in new issue