happy new year
[adBlock.git] / res / menu / menu.xml
blob7a21ca891014640ea886b507c4c4d89d42662260
1 <?xml version="1.0" encoding="utf-8"?>
2         <!--
3                 Copyright (C) 2010 Felix Bechstein
4         -->
5         <!--
6                 This file is part of AdBlock. This program is free software; you can
7                 redistribute it and/or modify it under the terms of the GNU General
8                 Public License as published by the Free Software Foundation; either
9                 version 3 of the License, or (at your option) any later version.
10         -->
11         <!--
12                 This program is distributed in the hope that it will be useful, but
13                 WITHOUT ANY WARRANTY; without even the implied warranty of
14                 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15                 General Public License for more details. You should have received a
16                 copy of the GNU General Public License along with this program; If
17                 not, see <http://www.gnu.org/licenses/>.
18         -->
19 <menu xmlns:android="http://schemas.android.com/apk/res/android">
20         <item android:id="@+id/item_import" android:title="@string/import_"
21                 android:icon="@android:drawable/ic_menu_set_as" />
22         <!--
23                 <item android:id="@+id/item_export" android:title="@string/export_" />
24         -->
25         <item android:id="@+id/item_about" android:title="@string/about_"
26                 android:icon="@android:drawable/ic_menu_info_details" />
27         <item android:id="@+id/item_donate" android:icon="@drawable/ic_menu_star"
28                 android:title="@string/donate_" />
29         <item android:id="@+id/item_more" android:icon="@drawable/ic_menu_windows"
30                 android:title="@string/more_" />
31 </menu>