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

menu_account.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: 507d3f05b945b47b65f0a5bb8beeefd52911388e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?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/notes_path"
        android:orderInCategory="10"
        android:title="@string/settings_notes_path"
        app:showAsAction="never" />

    <item
        android:id="@+id/file_suffix"
        android:orderInCategory="20"
        android:title="@string/settings_file_suffix"
        app:showAsAction="never" />

    <item
        android:id="@+id/delete"
        android:orderInCategory="30"
        android:title="@string/simple_remove"
        app:showAsAction="never" />

</menu>