Skip to content

Commit

Permalink
Changed ordering of items in the menu
Browse files Browse the repository at this point in the history
  • Loading branch information
onyxbits committed Mar 4, 2014
1 parent 48a5b81 commit b259dff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions res/menu/main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
android:showAsAction="ifRoom|withText"
android:title="@string/share">
</item>
<item
<item android:id="@+id/bytag" android:title="@string/bytag"></item><item
android:id="@+id/select_all"
android:icon="@drawable/ic_action_select_all"
android:title="@android:string/selectAll">
Expand All @@ -21,7 +21,7 @@
android:id="@+id/deselect_all"
android:icon="@drawable/ic_action_deselect_all"
android:title="@string/deselect_all">
</item><item android:id="@+id/bytag" android:title="@string/bytag"></item>
</item>
<item
android:id="@+id/annotations"
android:icon="@drawable/ic_action_annotations"
Expand Down

0 comments on commit b259dff

Please sign in to comment.