mirror of https://github.com/tasks/tasks
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
537 B
XML
17 lines
537 B
XML
16 years ago
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<menu
|
||
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
>
|
||
|
<item
|
||
|
android:title="Help"
|
||
|
android:icon="@drawable/icon_help_color_40"
|
||
|
android:id="@+id/menu_help" />
|
||
|
<item
|
||
|
android:title="Don't Save"
|
||
|
android:icon="@drawable/icon_dontsave_color_40"
|
||
|
android:id="@+id/menu_dontsave" />
|
||
|
<item
|
||
|
android:title="Save"
|
||
|
android:icon="@drawable/icon_save_color_40"
|
||
|
android:id="@+id/menu_save" />
|
||
|
</menu>
|