aboutsummaryrefslogtreecommitdiff
path: root/res/menu/downloading.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/menu/downloading.xml')
-rw-r--r--res/menu/downloading.xml13
1 files changed, 0 insertions, 13 deletions
diff --git a/res/menu/downloading.xml b/res/menu/downloading.xml
deleted file mode 100644
index 670a2803..00000000
--- a/res/menu/downloading.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<menu xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:compat="http://schemas.android.com/apk/res-auto">
- <item
- android:id="@+id/menu_remove_all"
- android:icon="?attr/remove"
- android:title="@string/download.menu_remove_all"
- compat:showAsAction="always|withText"/>
-
- <item
- android:id="@+id/menu_exit"
- android:title="@string/menu.exit"/>
-</menu>