|
@@ -22,6 +22,18 @@
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
tools:ignore="AppCompatResource">
|
|
|
|
|
|
+ <item
|
|
|
+ android:id="@+id/action_rename_file"
|
|
|
+ android:title="@string/common_rename"
|
|
|
+ app:showAsAction="never"
|
|
|
+ android:showAsAction="never"
|
|
|
+ android:orderInCategory="1" />
|
|
|
+ <item
|
|
|
+ android:id="@+id/action_download_file"
|
|
|
+ android:title="@string/filedetails_download"
|
|
|
+ app:showAsAction="never"
|
|
|
+ android:showAsAction="never"
|
|
|
+ android:orderInCategory="1" />
|
|
|
<item
|
|
|
android:id="@+id/action_send_file"
|
|
|
android:title="@string/common_send"
|
|
@@ -35,12 +47,6 @@
|
|
|
app:showAsAction="never"
|
|
|
android:showAsAction="never"
|
|
|
android:orderInCategory="1" />
|
|
|
- <item
|
|
|
- android:id="@+id/action_download_file"
|
|
|
- android:title="@string/filedetails_download"
|
|
|
- app:showAsAction="never"
|
|
|
- android:showAsAction="never"
|
|
|
- android:orderInCategory="1" />
|
|
|
<item
|
|
|
android:id="@+id/action_sync_file"
|
|
|
android:title="@string/filedetails_sync_file"
|
|
@@ -53,12 +59,6 @@
|
|
|
app:showAsAction="never"
|
|
|
android:showAsAction="never"
|
|
|
android:orderInCategory="1" />
|
|
|
- <item
|
|
|
- android:id="@+id/action_rename_file"
|
|
|
- android:title="@string/common_rename"
|
|
|
- app:showAsAction="never"
|
|
|
- android:showAsAction="never"
|
|
|
- android:orderInCategory="1" />
|
|
|
<item
|
|
|
android:id="@+id/action_keep_files_offline"
|
|
|
android:title="@string/favorite"
|