Feature #2893 Create Java sample without layout.xml implemented.
parent
aef8e6ba59
commit
82c61eba49
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