/WebVox/res/menu/bookmarkscontext.xml

http://eyes-free.googlecode.com/ · XML · 40 lines · 25 code · 1 blank · 14 comment · 0 complexity · 16e6e8127851a578170f5b1e1c551d01 MD5 · raw file

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!-- Copyright (C) 2008 The Android Open Source Project
  3. Licensed under the Apache License, Version 2.0 (the "License");
  4. you may not use this file except in compliance with the License.
  5. You may obtain a copy of the License at
  6. http://www.apache.org/licenses/LICENSE-2.0
  7. Unless required by applicable law or agreed to in writing, software
  8. distributed under the License is distributed on an "AS IS" BASIS,
  9. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  10. See the License for the specific language governing permissions and
  11. limitations under the License.
  12. -->
  13. <menu xmlns:android="http://schemas.android.com/apk/res/android">
  14. <group android:id="@+id/ADD_MENU">
  15. <item android:id="@+id/new_context_menu_id"
  16. android:title="@string/save_to_bookmarks"/>
  17. </group>
  18. <group android:id="@+id/CONTEXT_MENU">
  19. <item android:id="@+id/open_context_menu_id"
  20. android:title="@string/open_bookmark"/>
  21. <item android:id="@+id/new_window_context_menu_id"
  22. android:title="@string/open_in_new_window"/>
  23. <item android:id="@+id/edit_context_menu_id"
  24. android:title="@string/edit_bookmark"/>
  25. <item android:id="@+id/shortcut_context_menu_id"
  26. android:title="@string/create_shortcut_bookmark"/>
  27. <item android:id="@+id/share_link_context_menu_id"
  28. android:title="@string/contextmenu_sharelink"/>
  29. <item android:id="@+id/copy_url_context_menu_id"
  30. android:title="@string/contextmenu_copylink"/>
  31. <item android:id="@+id/delete_context_menu_id"
  32. android:title="@string/remove_bookmark"/>
  33. <item android:id="@+id/homepage_context_menu_id"
  34. android:title="@string/set_as_homepage"/>
  35. </group>
  36. </menu>