source: trunk/TagTracker/res/menu/lo_menu.xml

Last change on this file was 4, checked in by remons, 13 years ago

Added custom button
Added "drawable" folder
Added Menu

File size: 355 bytes
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<menu xmlns:android="http://schemas.android.com/apk/res/android">
3    <item android:id="@+id/add_uid"
4        android:title="UID Toevoegen"/>
5    <item android:id="@+id/add_note"
6        android:title="Note Toevoegen" />
7    <item android:id="@+id/stopsend"
8        android:title="Stop en Zenden" />
9       
10</menu>
Note: See TracBrowser for help on using the repository browser.