1 <?xml version=
"1.0" encoding=
"utf-8"?><!--
 
   2   ownCloud Android client application
 
   4   Copyright (C) 
2012  Bartek Przybylski
 
   5   Copyright (C) 
2015 ownCloud Inc.
 
   7   This program is free software: you can redistribute it and/or modify
 
   8   it under the terms of the GNU General Public License version 
2,
 
   9   as published by the Free Software Foundation.
 
  11   This program is distributed in the hope that it will be useful,
 
  12   but WITHOUT ANY WARRANTY; without even the implied warranty of
 
  13   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 
  14   GNU General Public License for more details.
 
  16   You should have received a copy of the GNU General Public License
 
  17   along with this program.  If not, see 
<http://www.gnu.org/licenses
/>.
 
  19 <menu xmlns:
android=
"http://schemas.android.com/apk/res/android"> 
  21         android:
id=
"@+id/action_download_file" 
  22         android:
title=
"@string/filedetails_download" 
  23         android:
icon=
"@drawable/ic_action_download" 
  24         android:
orderInCategory=
"1" /> 
  26         android:
id=
"@+id/action_move" 
  27         android:
title=
"@string/actionbar_move" 
  28         android:
icon=
"@android:drawable/ic_menu_set_as" 
  29         android:
orderInCategory=
"1" /> 
  31         android:
id=
"@+id/action_copy" 
  32         android:
title=
"@android:string/copy" 
  33         android:
icon=
"@android:drawable/ic_menu_set_as" 
  34         android:
orderInCategory=
"1" /> 
  36         android:
id=
"@+id/action_remove_file" 
  37         android:
title=
"@string/common_remove" 
  38         android:
icon=
"@android:drawable/ic_menu_delete" 
  39         android:
orderInCategory=
"1" /> 
  41         android:
id=
"@+id/action_favorite_file" 
  42         android:
title=
"@string/favorite" 
  43         android:
icon=
"@android:drawable/ic_menu_set_as" 
  44         android:
orderInCategory=
"1" /> 
  46         android:
id=
"@+id/action_unfavorite_file" 
  47         android:
title=
"@string/unfavorite" 
  48         android:
icon=
"@android:drawable/ic_menu_set_as" 
  49         android:
orderInCategory=
"1" />