]> iEval git - unical.git/blobdiff - res/menu/options.xml
add interface for displaying an event
[unical.git] / res / menu / options.xml
index 04f173f890ad9b5c6715aee4266e1b1f5af9071e..974e391cf235307ab1c69be079b30c59b23e032f 100644 (file)
@@ -1,6 +1,14 @@
 <?xml version="1.0" encoding="utf-8"?>
 <menu xmlns:android="http://schemas.android.com/apk/res/android" >
-    <item android:id="@+id/item1" android:title="New Event" android:visible="true"></item>
+    <item android:id="@+id/NewEvent" android:title="New Event" 
+        android:visible="true" android:showAsAction="always"
+        android:icon="@android:drawable/ic_menu_add"
+    >
+        
+    </item>
+    <item android:id="@+id/deleteevent"
+        android:icon="@android:drawable/ic_menu_delete"
+        ></item>
     
 
 </menu>
This page took 0.022811 seconds and 4 git commands to generate.