|
| 1 | +<shortcuts xmlns:android="http://schemas.android.com/apk/res/android"> |
| 2 | + <shortcut |
| 3 | + android:enabled="true" |
| 4 | + android:icon="@drawable/sc_collections_bookmark_48dp" |
| 5 | + android:shortcutDisabledMessage="@string/app_not_available" |
| 6 | + android:shortcutId="show_library" |
| 7 | + android:shortcutLongLabel="@string/label_library" |
| 8 | + android:shortcutShortLabel="@string/label_library"> |
| 9 | + <intent |
| 10 | + android:action="eu.kanade.tachiyomi.SHOW_LIBRARY" |
| 11 | + android:targetPackage="app.komikku.beta" |
| 12 | + android:targetClass="eu.kanade.tachiyomi.ui.main.MainActivity" /> |
| 13 | + </shortcut> |
| 14 | + <shortcut |
| 15 | + android:enabled="true" |
| 16 | + android:icon="@drawable/sc_new_releases_48dp" |
| 17 | + android:shortcutDisabledMessage="@string/app_not_available" |
| 18 | + android:shortcutId="show_recently_updated" |
| 19 | + android:shortcutLongLabel="@string/label_recent_updates" |
| 20 | + android:shortcutShortLabel="@string/label_recent_updates"> |
| 21 | + <intent |
| 22 | + android:action="eu.kanade.tachiyomi.SHOW_RECENTLY_UPDATED" |
| 23 | + android:targetPackage="app.komikku.beta" |
| 24 | + android:targetClass="eu.kanade.tachiyomi.ui.main.MainActivity" /> |
| 25 | + </shortcut> |
| 26 | + <shortcut |
| 27 | + android:enabled="true" |
| 28 | + android:icon="@drawable/sc_history_48dp" |
| 29 | + android:shortcutDisabledMessage="@string/app_not_available" |
| 30 | + android:shortcutId="show_recently_read" |
| 31 | + android:shortcutLongLabel="@string/label_recent_manga" |
| 32 | + android:shortcutShortLabel="@string/label_recent_manga"> |
| 33 | + <intent |
| 34 | + android:action="eu.kanade.tachiyomi.SHOW_RECENTLY_READ" |
| 35 | + android:targetPackage="app.komikku.beta" |
| 36 | + android:targetClass="eu.kanade.tachiyomi.ui.main.MainActivity" /> |
| 37 | + </shortcut> |
| 38 | + <shortcut |
| 39 | + android:enabled="true" |
| 40 | + android:icon="@drawable/sc_explore_48dp" |
| 41 | + android:shortcutDisabledMessage="@string/app_not_available" |
| 42 | + android:shortcutId="show_catalogues" |
| 43 | + android:shortcutLongLabel="@string/browse" |
| 44 | + android:shortcutShortLabel="@string/browse"> |
| 45 | + <intent |
| 46 | + android:action="eu.kanade.tachiyomi.SHOW_CATALOGUES" |
| 47 | + android:targetPackage="app.komikku.beta" |
| 48 | + android:targetClass="eu.kanade.tachiyomi.ui.main.MainActivity" /> |
| 49 | + </shortcut> |
| 50 | +</shortcuts> |
0 commit comments