projects
/
pub
/
Android
/
ownCloud.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
OC-1869: Create Unit test project
[pub/Android/ownCloud.git]
/
oc_framework-test-project
/
res
/
menu
/
test.xml
diff --git a/oc_framework-test-project/res/menu/test.xml
b/oc_framework-test-project/res/menu/test.xml
new file mode 100644
(file)
index 0000000..
c002028
--- /dev/null
+++ b/
oc_framework-test-project/res/menu/test.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>