improve some code
[andGMXsms.git] / res / menu / menu.xml
blob1191dba91556bbe4d035ae0940a6d6486aa7c3aa
1 <?xml version="1.0" encoding="utf-8"?>
2         <!--
3                 Copyright (C) 2010 Felix Bechstein
4         -->
5         <!--
6                 This file is part of WebSMS. 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:title="@string/settings" android:id="@+id/item_settings"
21                 android:icon="@android:drawable/ic_menu_preferences" />
22         <item android:title="@string/change_connector_" android:id="@+id/item_connector"
23                 android:icon="@android:drawable/ic_menu_share" />
24         <item android:id="@+id/item_about" android:icon="@android:drawable/ic_menu_info_details"
25                 android:title="@string/about_" />
26         <item android:id="@+id/item_donate" android:icon="@drawable/ic_menu_star"
27                 android:title="@string/donate_remove_ads_" />
28         <item android:id="@+id/item_more" android:icon="@drawable/ic_menu_windows"
29                 android:title="@string/more_apps_" />
30 </menu>