order menu items for encrypt operations

This commit is contained in:
Vincent Breitmoser
2015-06-22 14:32:15 +02:00
parent b2dec85421
commit 97d45a0faa
3 changed files with 18 additions and 6 deletions

View File

@@ -4,6 +4,7 @@
<item
android:id="@+id/check_use_symmetric"
android:title="@string/label_symmetric"
android:checkable="true" />
android:checkable="true"
android:orderInCategory="1" />
</menu>