summaryrefslogtreecommitdiffstats
path: root/res/menu
diff options
context:
space:
mode:
authorJohn Reck <jreck@google.com>2011-06-30 15:11:49 -0700
committerJohn Reck <jreck@google.com>2011-07-01 14:29:22 -0700
commit2bc8042224be51966d748b870768ec1b376a1621 (patch)
treeaee49131cbc4ba66d004f8ead027d5259ee34c64 /res/menu
parent36afb9b00d7c1e91331bacbd67724a593b26ac0b (diff)
downloadandroid_packages_apps_Gello-2bc8042224be51966d748b870768ec1b376a1621.tar.gz
android_packages_apps_Gello-2bc8042224be51966d748b870768ec1b376a1621.tar.bz2
android_packages_apps_Gello-2bc8042224be51966d748b870768ec1b376a1621.zip
Saved Pages tab
Bug: 4982126 Add saved pages tab Remove "save page" menu option Add "save for offline reading" menu option Smooth animation to combo view Change-Id: Ia67552a6f6a5474a6dfcff6790a341d4d36d5a77
Diffstat (limited to 'res/menu')
-rw-r--r--res/menu/browser.xml7
-rw-r--r--res/menu/snapshots_context.xml23
2 files changed, 25 insertions, 5 deletions
diff --git a/res/menu/browser.xml b/res/menu/browser.xml
index 6eadcba7..630bb875 100644
--- a/res/menu/browser.xml
+++ b/res/menu/browser.xml
@@ -62,11 +62,8 @@
android:icon="@drawable/ic_share_holo_dark"
android:alphabeticShortcut="s" />
<item
- android:id="@+id/save_webarchive_menu_id"
- android:title="@string/menu_save_webarchive" />
- <item
- android:id="@+id/freeze_tab_menu_id"
- android:title="@string/menu_freeze_tab" />
+ android:id="@+id/save_snapshot_menu_id"
+ android:title="@string/menu_save_snapshot" />
<item
android:id="@+id/page_info_menu_id"
android:title="@string/page_info"
diff --git a/res/menu/snapshots_context.xml b/res/menu/snapshots_context.xml
new file mode 100644
index 00000000..01880dde
--- /dev/null
+++ b/res/menu/snapshots_context.xml
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2011 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
+<menu xmlns:android="http://schemas.android.com/apk/res/android">
+ <group android:id="@+id/CONTEXT_MENU">
+ <item
+ android:id="@+id/delete_context_menu_id"
+ android:title="@string/remove_bookmark"/>
+ </group>
+</menu>