Welcome to mirror list, hosted at ThFree Co, Russian Federation.

menu_list_context_multiple.xml « menu « res « main « src « app - github.com/stefan-niedermann/nextcloud-notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e60541403ab4989546ff3dd18cd9cf24fc578d1a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?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/menu_delete"
        android:icon="@drawable/ic_delete_white_24dp"
        android:orderInCategory="100"
        android:title="@string/menu_delete"
        app:showAsAction="ifRoom" />

    <item
        android:id="@+id/menu_move"
        android:icon="@drawable/ic_send_white_24dp"
        android:orderInCategory="110"
        android:title="@string/simple_move"
        app:showAsAction="ifRoom" />

</menu>