| author | hh |
| Wed, 27 Nov 2019 09:50:16 +0100 | |
| changeset 0 | 676905a3b03c |
| permissions | -rw-r--r-- |
| 0 | 1 |
<?xml version="1.0" encoding="utf-8"?> |
2 |
<menu |
|
3 |
xmlns:android="http://schemas.android.com/apk/res/android"> |
|
4 |
<item android:title="selection"> |
|
5 |
<menu> |
|
6 |
<item |
|
7 |
android:id="@+id/menu_select_all" |
|
8 |
android:title="select all"/> |
|
9 |
<item |
|
10 |
android:id="@+id/menu_clear_selection" |
|
11 |
android:title="clear selection"/> |
|
12 |
</menu> |
|
13 |
</item> |
|
14 |
</menu> |