dejsem.1.5/android/dejsem.studio/app/src/main/res/menu/hack.xml
changeset 0 676905a3b03c
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/dejsem.1.5/android/dejsem.studio/app/src/main/res/menu/hack.xml	Wed Nov 27 09:50:16 2019 +0100
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="utf-8"?>
+<menu
+    xmlns:android="http://schemas.android.com/apk/res/android"
+    >
+    <item
+        android:title="hack"
+		android:menuCategory="container"
+        android:orderInCategory="9"
+        >
+        <menu>
+            <item
+                android:id="@+id/menu_activity_hack"
+                android:title="activity hack"/>
+            <item
+                android:id="@+id/menu_fragment_hack"
+                android:title="fragment hack"/>
+            <item
+                android:id="@+id/menu_fm_hack"
+                android:title="file manager hack"/>
+        </menu>
+    </item>
+
+</menu>
\ No newline at end of file