2012-05-24 15:32:37 -07:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<!-- This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
- License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
|
|
|
|
|
2012-09-20 11:04:14 -07:00
|
|
|
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
2012-05-24 15:32:37 -07:00
|
|
|
|
2012-09-20 11:04:14 -07:00
|
|
|
<item android:id="@+id/reload"
|
|
|
|
android:icon="@drawable/ic_menu_reload"
|
|
|
|
android:title="@string/reload"
|
|
|
|
android:showAsAction="always"/>
|
2012-05-24 15:32:37 -07:00
|
|
|
|
2012-09-20 11:04:14 -07:00
|
|
|
<item android:id="@+id/forward"
|
|
|
|
android:icon="@drawable/ic_menu_forward"
|
|
|
|
android:title="@string/forward"
|
|
|
|
android:visible="false"/>
|
2012-05-24 15:32:37 -07:00
|
|
|
|
2012-09-20 11:04:14 -07:00
|
|
|
<item android:id="@+id/bookmark"
|
|
|
|
android:icon="@drawable/ic_menu_bookmark_add"
|
|
|
|
android:title="@string/bookmark"
|
|
|
|
android:showAsAction="always"/>
|
2012-05-24 15:32:37 -07:00
|
|
|
|
2012-09-20 11:04:14 -07:00
|
|
|
<item android:id="@+id/share"
|
|
|
|
android:icon="@drawable/ic_menu_share"
|
|
|
|
android:title="@string/share" />
|
2012-05-24 15:32:37 -07:00
|
|
|
|
2012-09-20 11:04:14 -07:00
|
|
|
<item android:id="@+id/find_in_page"
|
|
|
|
android:icon="@drawable/ic_menu_find_in_page"
|
|
|
|
android:title="@string/find_in_page" />
|
2012-05-31 15:50:33 -07:00
|
|
|
|
2012-09-20 11:04:14 -07:00
|
|
|
<item android:id="@+id/desktop_mode"
|
|
|
|
android:icon="@drawable/ic_menu_desktop_mode"
|
|
|
|
android:title="@string/desktop_mode"
|
|
|
|
android:checkable="true" />
|
2012-05-31 10:59:19 -07:00
|
|
|
|
2012-09-20 11:04:14 -07:00
|
|
|
<item android:title="@string/tools">
|
2012-09-19 10:35:35 -07:00
|
|
|
|
|
|
|
<menu>
|
|
|
|
|
2012-09-20 11:04:14 -07:00
|
|
|
<item android:id="@+id/save_as_pdf"
|
|
|
|
android:icon="@drawable/ic_menu_save_as_pdf"
|
|
|
|
android:title="@string/save_as_pdf" />
|
2012-09-19 10:35:35 -07:00
|
|
|
|
2012-09-20 11:04:14 -07:00
|
|
|
<item android:id="@+id/addons"
|
|
|
|
android:title="@string/addons"/>
|
2012-09-19 10:35:35 -07:00
|
|
|
|
2012-09-20 11:04:14 -07:00
|
|
|
<item android:id="@+id/downloads"
|
|
|
|
android:title="@string/downloads"/>
|
2012-09-19 10:35:35 -07:00
|
|
|
|
2012-09-20 11:04:14 -07:00
|
|
|
<item android:id="@+id/apps"
|
|
|
|
android:title="@string/apps"/>
|
2012-05-24 15:32:37 -07:00
|
|
|
|
2012-09-19 10:35:35 -07:00
|
|
|
</menu>
|
2012-05-24 15:32:37 -07:00
|
|
|
|
2012-09-19 10:35:35 -07:00
|
|
|
</item>
|
2012-06-26 11:42:12 -07:00
|
|
|
|
2012-09-20 11:04:14 -07:00
|
|
|
<item android:id="@+id/char_encoding"
|
|
|
|
android:visible="false"
|
|
|
|
android:title="@string/char_encoding"/>
|
2012-05-24 15:32:37 -07:00
|
|
|
|
2012-09-20 11:04:14 -07:00
|
|
|
<item android:id="@+id/settings"
|
|
|
|
android:title="@string/settings" />
|
2012-05-24 15:32:37 -07:00
|
|
|
|
|
|
|
#ifdef MOZ_PROFILING
|
2012-09-20 11:04:14 -07:00
|
|
|
<item android:id="@+id/toggle_profiling"
|
|
|
|
android:title="@string/toggle_profiling" />
|
2012-05-24 15:32:37 -07:00
|
|
|
#endif
|
|
|
|
</menu>
|