Skip to content

Commit

Permalink
switching order. Making sure Even More is always visible
Browse files Browse the repository at this point in the history
  • Loading branch information
menny committed Dec 1, 2016
1 parent 036b393 commit f696c01
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions app/src/main/res/xml/shortcuts.xml
Expand Up @@ -38,25 +38,6 @@
<categories android:name="android.shortcut.conversation" />
</shortcut>

<!-- gestures shortcut -->
<shortcut
android:enabled="true"
android:icon="@drawable/ic_app_shortcut_gestures"
android:shortcutDisabledMessage="@string/app_shortcut_gestures_disabled"
android:shortcutId="gestures"
android:shortcutLongLabel="@string/app_shortcut_gestures_long_label"
android:shortcutShortLabel="@string/app_shortcut_gestures_short_label">
<intent
android:action="android.intent.action.VIEW"
android:targetClass="com.anysoftkeyboard.ui.settings.MainSettingsActivity"
android:targetPackage="com.menny.android.anysoftkeyboard">
<extra
android:name="shortcut_id"
android:value="gestures" />
</intent>
<categories android:name="android.shortcut.conversation" />
</shortcut>

<!-- quick keys shortcut -->
<shortcut
android:enabled="true"
Expand Down Expand Up @@ -94,4 +75,23 @@
</intent>
<categories android:name="android.shortcut.conversation" />
</shortcut>

<!-- gestures shortcut -->
<shortcut
android:enabled="true"
android:icon="@drawable/ic_app_shortcut_gestures"
android:shortcutDisabledMessage="@string/app_shortcut_gestures_disabled"
android:shortcutId="gestures"
android:shortcutLongLabel="@string/app_shortcut_gestures_long_label"
android:shortcutShortLabel="@string/app_shortcut_gestures_short_label">
<intent
android:action="android.intent.action.VIEW"
android:targetClass="com.anysoftkeyboard.ui.settings.MainSettingsActivity"
android:targetPackage="com.menny.android.anysoftkeyboard">
<extra
android:name="shortcut_id"
android:value="gestures" />
</intent>
<categories android:name="android.shortcut.conversation" />
</shortcut>
</shortcuts>

0 comments on commit f696c01

Please sign in to comment.