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, 13 insertions, 0 deletions
diff --git a/res/menu/downloading.xml b/res/menu/downloading.xml
new file mode 100644
index 00000000..670a2803
--- /dev/null
+++ b/res/menu/downloading.xml
@@ -0,0 +1,13 @@
+<?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>