source: other-projects/tipple-android/res/menu/options_menu.xml@ 26523

Last change on this file since 26523 was 26523, checked in by davidb, 11 years ago

A version of Tipple with the mods Casey made for her Masters work

File size: 537 bytes
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<menu xmlns:android="http://schemas.android.com/apk/res/android" >
3
4 <!-- <item android:id="@+id/menu_info" android:title="@string/menu_info"
5 android:icon="@drawable/ic_menu_info_details">
6 </item>-->
7
8 <item android:id="@+id/menu_preferences" android:title="@string/menu_preferences"
9 android:icon="@drawable/ic_menu_preferences" />
10
11 <!-- <item android:id="@+id/menu_logfile" android:title="@string/menu_logfile"
12 android:icon="@drawable/ic_menu_archive" /> -->
13
14</menu>
Note: See TracBrowser for help on using the repository browser.