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

menu_note_activity.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: 967bb4f075a7ba9bf6b8615d0110117134e6b825 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?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_preview"
        android:icon="@drawable/ic_eye_grey600_24dp"
        android:orderInCategory="60"
        android:title="@string/menu_preview"
        app:showAsAction="ifRoom" />
    <item
        android:id="@+id/menu_edit"
        android:icon="@drawable/ic_edit_grey600_24dp"
        android:orderInCategory="60"
        android:title="@string/simple_edit"
        app:showAsAction="ifRoom" />
</menu>