aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/menu/multiselect_nowplaying_offline.xml
blob: 044836c6b29c0dc9a14420239dcfb3a66249c4bb (plain)
1
2
3
4
5
6
7
8
9
<?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_delete"
		android:title="@string/menu.delete_cache"
		android:icon="?attr/remove"
		compat:showAsAction="ifRoom|withText"/>
</menu>