diff options
author | Shimeng (Simon) Wang <swang@google.com> | 2010-02-26 11:40:27 -0800 |
---|---|---|
committer | Shimeng (Simon) Wang <swang@google.com> | 2010-02-26 11:44:35 -0800 |
commit | 90ebf5d0cf588eebfa8cd70e0775923a7015a0df (patch) | |
tree | 54e4b7cf19801c96e5c5b583edbbe9ac3181b9b5 /res/menu | |
parent | 9884d4064a1bce1971c72379718dd7a909f39873 (diff) | |
download | packages_apps_Browser-90ebf5d0cf588eebfa8cd70e0775923a7015a0df.zip packages_apps_Browser-90ebf5d0cf588eebfa8cd70e0775923a7015a0df.tar.gz packages_apps_Browser-90ebf5d0cf588eebfa8cd70e0775923a7015a0df.tar.bz2 |
Remove unused resources.
This is generated by removeunusedresources tool.
Compiled and tested on passion/opal. Compiled for voles.
Bug: 2456707
Diffstat (limited to 'res/menu')
-rw-r--r-- | res/menu/tabscontext.xml | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/res/menu/tabscontext.xml b/res/menu/tabscontext.xml deleted file mode 100644 index e89720e..0000000 --- a/res/menu/tabscontext.xml +++ /dev/null @@ -1,26 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2008 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"> - <item android:id="@+id/view_tab_menu_id" - android:title="@string/tab_picker_view_tab"/> - <item android:id="@+id/remove_tab_menu_id" - android:title="@string/tab_picker_remove_tab"/> - <item android:id="@+id/bookmark_tab_menu_id" - android:title="@string/tab_picker_bookmark"/> - <item android:id="@+id/properties_tab_menu_id" - android:title="@string/page_info"/> -</menu> |