diff options
Diffstat (limited to 'old_native_project/res/menu/main.xml')
| -rwxr-xr-x | old_native_project/res/menu/main.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/old_native_project/res/menu/main.xml b/old_native_project/res/menu/main.xml new file mode 100755 index 0000000..d122a4b --- /dev/null +++ b/old_native_project/res/menu/main.xml @@ -0,0 +1,9 @@ +<menu xmlns:android="http://schemas.android.com/apk/res/android" >
+
+ <item
+ android:id="@+id/action_settings"
+ android:orderInCategory="100"
+ android:showAsAction="never"
+ android:title="@string/action_settings"/>
+
+</menu>
|
