9
0
mirror of https://gitee.com/shuto/customCamera.git synced 2026-05-02 00:07:24 +08:00
Files
customCamera/res/menu/main.xml
T
Christophe Boucaut 916a3a5b2d Commit initial.
2014-10-31 11:01:23 +01:00

12 lines
368 B
XML

<menu xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
tools:context="org.geneanet.testcustomcamera.MainActivity" >
<item
android:id="@+id/action_settings"
android:orderInCategory="100"
android:showAsAction="never"
android:title="@string/action_settings"/>
</menu>