changed ordering of actions to up right left down

pull/14/head
Tim Su 15 years ago
parent d66db7a073
commit df942e57ba

@ -239,22 +239,22 @@
<category android:name="android.intent.category.DEFAULT" /> <category android:name="android.intent.category.DEFAULT" />
</intent-filter> </intent-filter>
</receiver> </receiver>
<receiver android:name="com.todoroo.astrid.gtasks.GtasksIndentAction$GtasksIncreaseIndentAction" <receiver android:name="com.todoroo.astrid.gtasks.GtasksOrderAction$GtasksMoveUpAction"
android:label="@string/gtasks_increase_indent"> android:label="@string/gtasks_move_up">
<intent-filter> <intent-filter>
<action android:name="com.todoroo.astrid.CONTEXT_MENU" /> <action android:name="com.todoroo.astrid.CONTEXT_MENU" />
<category android:name="android.intent.category.DEFAULT" /> <category android:name="android.intent.category.DEFAULT" />
</intent-filter> </intent-filter>
</receiver> </receiver>
<receiver android:name="com.todoroo.astrid.gtasks.GtasksIndentAction$GtasksDecreaseIndentAction" <receiver android:name="com.todoroo.astrid.gtasks.GtasksIndentAction$GtasksIncreaseIndentAction"
android:label="@string/gtasks_decrease_indent"> android:label="@string/gtasks_increase_indent">
<intent-filter> <intent-filter>
<action android:name="com.todoroo.astrid.CONTEXT_MENU" /> <action android:name="com.todoroo.astrid.CONTEXT_MENU" />
<category android:name="android.intent.category.DEFAULT" /> <category android:name="android.intent.category.DEFAULT" />
</intent-filter> </intent-filter>
</receiver> </receiver>
<receiver android:name="com.todoroo.astrid.gtasks.GtasksOrderAction$GtasksMoveUpAction" <receiver android:name="com.todoroo.astrid.gtasks.GtasksIndentAction$GtasksDecreaseIndentAction"
android:label="@string/gtasks_move_up"> android:label="@string/gtasks_decrease_indent">
<intent-filter> <intent-filter>
<action android:name="com.todoroo.astrid.CONTEXT_MENU" /> <action android:name="com.todoroo.astrid.CONTEXT_MENU" />
<category android:name="android.intent.category.DEFAULT" /> <category android:name="android.intent.category.DEFAULT" />

Loading…
Cancel
Save