9
0
mirror of https://gitee.com/shuto/customCamera.git synced 2026-05-02 00:07:24 +08:00

Mise en place de la structure du projet pour en faire un plugin phonegap.

This commit is contained in:
Christophe Boucaut
2014-10-31 16:31:03 +01:00
parent 3887dd7090
commit aff441f62f
26 changed files with 0 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
<menu xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
tools:context="org.geneanet.testcustomcamera.CameraView" >
<item
android:id="@+id/action_settings"
android:orderInCategory="100"
android:showAsAction="never"
android:title="@string/action_settings"/>
</menu>