Added setup shortcut

pull/146/head
M66B 6 years ago
parent 5ce4282dee
commit 15163fb1b0

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.5 KiB

@ -11,6 +11,7 @@
<string name="tile_unseen">New messages</string>
<string name="shortcut_compose">Compose</string>
<string name="shortcut_setup">Setup</string>
<plurals name="title_notification_synchronizing">
<item quantity="one">Synchronizing %1$d account</item>

@ -1,4 +1,16 @@
<shortcuts xmlns:android="http://schemas.android.com/apk/res/android">
<shortcut
android:enabled="true"
android:icon="@drawable/ic_shortcut_settings"
android:shortcutId="setup"
android:shortcutShortLabel="@string/shortcut_setup">
<intent
android:action="android.intent.action.VIEW"
android:targetClass="eu.faircode.email.ActivitySetup"
android:targetPackage="eu.faircode.email" />
<categories android:name="android.shortcut.conversation" />
</shortcut>
<shortcut
android:enabled="true"
android:icon="@drawable/ic_shortcut_edit"

Loading…
Cancel
Save