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

shortcuts.xml « xml « res « main « src « app - github.com/stefan-niedermann/nextcloud-notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: af4ddc4d25c7eeec5e22f60b2f6622447425278d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="utf-8"?>
<shortcuts xmlns:android="http://schemas.android.com/apk/res/android">
    <shortcut
        android:shortcutId="it.niedermann.owncloud.notes"
        android:enabled="true"
        android:icon="@drawable/ic_add_blue_24dp"
        android:shortcutShortLabel="@string/action_create"
        android:shortcutLongLabel="@string/shortcut_create_long">
        <intent
            android:action="android.intent.action.VIEW"
            android:targetPackage="it.niedermann.owncloud.notes"
            android:targetClass="it.niedermann.owncloud.notes.android.activity.EditNoteActivity" />
        <categories android:name="android.shortcut.conversation" />
    </shortcut>
</shortcuts>