Files
customCamera/res/menu/camera_view.xml
T
2014-10-31 11:01:23 +01:00

12 lines
366 B
XML

<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>