summaryrefslogtreecommitdiff
path: root/app/src/main/res/menu/multi_select_options.xml
blob: 5cb2b7602014537e0d8f0e02d49de7016ebf8177 (plain)
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto">
    <item
        android:id="@+id/select_toggle"
        android:title="@string/select_all_label"
        app:showAsAction="always"/>
</menu>