Created a Camera Fragment & Activity to start testing computer vision

This commit is contained in:
2012-01-29 15:09:12 -05:00
parent a8bdfa8407
commit 8c04578c21
9 changed files with 448 additions and 1 deletions

View File

@@ -42,6 +42,12 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/nav_activity" />
<Button
android:id="@+id/camera_activity_button"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/camera_activity" />
<RelativeLayout
android:id="@+id/relativeLayout1"