zotero_menu.xml 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!--
  3. This file is part of Zandy.
  4. Zandy is free software: you can redistribute it and/or modify
  5. it under the terms of the GNU Affero General Public License as published by
  6. the Free Software Foundation, either version 3 of the License, or
  7. (at your option) any later version.
  8. Zandy is distributed in the hope that it will be useful,
  9. but WITHOUT ANY WARRANTY; without even the implied warranty of
  10. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  11. GNU Affero General Public License for more details.
  12. You should have received a copy of the GNU Affero General Public License
  13. along with Zandy. If not, see <http://www.gnu.org/licenses/>.
  14. -->
  15. <menu xmlns:android="http://schemas.android.com/apk/res/android">
  16. <item android:id="@+id/do_sync"
  17. android:icon="@drawable/glyphish_02_redo"
  18. android:title="@string/menu_sync" />
  19. <item android:id="@+id/do_delete"
  20. android:icon="@drawable/glyphish_22_skull_n_bones"
  21. android:title="@string/menu_delete"
  22. android:enabled="false"
  23. android:visible="false" />
  24. <item android:id="@+id/do_identifier"
  25. android:icon="@drawable/glyphish_195_barcode"
  26. android:title="@string/menu_identifier"
  27. android:enabled="false"
  28. android:visible="false" />
  29. <item android:id="@+id/do_sort"
  30. android:icon="@drawable/glyphish_104_index_cards"
  31. android:title="@string/menu_sort"
  32. android:enabled="false"
  33. android:visible="false" />
  34. <item android:id="@+id/do_search"
  35. android:icon="@drawable/glyphish_151_telescope"
  36. android:title="@string/menu_search"
  37. android:enabled="false"
  38. android:visible="false" />
  39. <item android:id="@+id/do_new"
  40. android:icon="@drawable/glyphish_10_medical"
  41. android:title="@string/menu_new" />
  42. <item android:id="@+id/do_prefs"
  43. android:icon="@drawable/glyphish_106_sliders"
  44. android:title="@string/menu_prefs" />
  45. </menu>