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

shortcuts.xml « xml « res « dev « src « app - github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ec5df899cd46c898bbca13f1099912fe33b50703 (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:enabled="true"
        android:icon="@drawable/ic_add_grey_24dp"
        android:shortcutId="it.niedermann.nextcloud.deck"
        android:shortcutLongLabel="@string/add_card"
        android:shortcutShortLabel="@string/simple_add">
        <intent
            android:action="android.intent.action.VIEW"
            android:targetClass="it.niedermann.nextcloud.deck.ui.preparecreate.PrepareCreateActivity"
            android:targetPackage="it.niedermann.nextcloud.deck.dev" />
        <categories android:name="android.shortcut.conversation" />
    </shortcut>
</shortcuts>