commit 916a3a5b2d9cbc847fc199f93753cc791697f654 Author: Christophe Boucaut Date: Fri Oct 31 11:01:23 2014 +0100 Commit initial. diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bb112d9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +.settings +.project +.classpath + +bin/* +!bin/.gitkeep +gen/* +!gen/.gitkeep +libs/* +!libs/.gitkeep diff --git a/AndroidManifest.xml b/AndroidManifest.xml new file mode 100644 index 0000000..ee77a2e --- /dev/null +++ b/AndroidManifest.xml @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + diff --git a/bin/.gitkeep b/bin/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/gen/.gitkeep b/gen/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/ic_launcher-web.png b/ic_launcher-web.png new file mode 100644 index 0000000..a18cbb4 Binary files /dev/null and b/ic_launcher-web.png differ diff --git a/project.properties b/project.properties new file mode 100644 index 0000000..8937e94 --- /dev/null +++ b/project.properties @@ -0,0 +1,14 @@ +# This file is automatically generated by Android Tools. +# Do not modify this file -- YOUR CHANGES WILL BE ERASED! +# +# This file must be checked in Version Control Systems. +# +# To customize properties used by the Ant build system edit +# "ant.properties", and override values to adapt the script to your +# project structure. +# +# To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home): +#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt + +# Project target. +target=android-14 diff --git a/res/drawable-hdpi/ic_launcher.png b/res/drawable-hdpi/ic_launcher.png new file mode 100644 index 0000000..288b665 Binary files /dev/null and b/res/drawable-hdpi/ic_launcher.png differ diff --git a/res/drawable-mdpi/ic_launcher.png b/res/drawable-mdpi/ic_launcher.png new file mode 100644 index 0000000..6ae570b Binary files /dev/null and b/res/drawable-mdpi/ic_launcher.png differ diff --git a/res/drawable-xhdpi/ic_launcher.png b/res/drawable-xhdpi/ic_launcher.png new file mode 100644 index 0000000..d4fb7cd Binary files /dev/null and b/res/drawable-xhdpi/ic_launcher.png differ diff --git a/res/drawable-xxhdpi/ic_launcher.png b/res/drawable-xxhdpi/ic_launcher.png new file mode 100644 index 0000000..85a6081 Binary files /dev/null and b/res/drawable-xxhdpi/ic_launcher.png differ diff --git a/res/layout/activity_camera_view.xml b/res/layout/activity_camera_view.xml new file mode 100644 index 0000000..aaf3608 --- /dev/null +++ b/res/layout/activity_camera_view.xml @@ -0,0 +1,22 @@ + + + + +