diff --git a/OpenKeychain/src/main/res/menu/encrypt_activity.xml b/OpenKeychain/src/main/res/menu/encrypt_activity.xml
index fdd19927e..c71e426c5 100644
--- a/OpenKeychain/src/main/res/menu/encrypt_activity.xml
+++ b/OpenKeychain/src/main/res/menu/encrypt_activity.xml
@@ -4,6 +4,7 @@
+ android:checkable="true"
+ android:orderInCategory="1" />
\ No newline at end of file
diff --git a/OpenKeychain/src/main/res/menu/encrypt_file_fragment.xml b/OpenKeychain/src/main/res/menu/encrypt_file_fragment.xml
index 640081eba..e719487a7 100644
--- a/OpenKeychain/src/main/res/menu/encrypt_file_fragment.xml
+++ b/OpenKeychain/src/main/res/menu/encrypt_file_fragment.xml
@@ -6,37 +6,45 @@
android:id="@+id/encrypt_save"
android:title="@string/btn_encrypt_save_file"
android:icon="@drawable/ic_action_encrypt_save_24dp"
- app:showAsAction="always" />
+ android:orderInCategory="0"
+ app:showAsAction="ifRoom" />
+ android:orderInCategory="0"
+ app:showAsAction="ifRoom" />
+ android:icon="@drawable/ic_action_encrypt_copy_24dp"
+ android:orderInCategory="0"
+ app:showAsAction="ifRoom" />
diff --git a/OpenKeychain/src/main/res/menu/encrypt_text_fragment.xml b/OpenKeychain/src/main/res/menu/encrypt_text_fragment.xml
index e49898093..80b78457d 100644
--- a/OpenKeychain/src/main/res/menu/encrypt_text_fragment.xml
+++ b/OpenKeychain/src/main/res/menu/encrypt_text_fragment.xml
@@ -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" />
+ android:orderInCategory="1"
+ app:showAsAction="ifRoom" />