order menu items for encrypt operations
This commit is contained in:
@@ -6,17 +6,20 @@
|
||||
android:id="@+id/encrypt_copy"
|
||||
android:title="@string/btn_copy_encrypted_signed"
|
||||
android:icon="@drawable/ic_action_encrypt_copy_24dp"
|
||||
app:showAsAction="always" />
|
||||
android:orderInCategory="1"
|
||||
app:showAsAction="ifRoom" />
|
||||
|
||||
<item
|
||||
android:id="@+id/encrypt_share"
|
||||
android:title="@string/btn_share_encrypted_signed"
|
||||
android:icon="@drawable/ic_action_encrypt_share_24dp"
|
||||
app:showAsAction="always" />
|
||||
android:orderInCategory="1"
|
||||
app:showAsAction="ifRoom" />
|
||||
|
||||
<item
|
||||
android:id="@+id/check_enable_compression"
|
||||
android:title="@string/label_enable_compression"
|
||||
android:orderInCategory="1"
|
||||
android:checked="true"
|
||||
android:checkable="true" />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user