aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/menu/downloading.xml
blob: 670a2803a174f5c48621525451fec9136b0dd205 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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>