diff options
author | Andreas Straub <andy@strb.org> | 2015-05-29 11:18:25 +0200 |
---|---|---|
committer | Andreas Straub <andy@strb.org> | 2015-07-19 21:32:25 +0200 |
commit | 077932eb558853e4c3c3046c54db18c530495d8c (patch) | |
tree | 530a2c804a1d6ac267c806be61a52c4cd9200cb8 /src/main/res/menu | |
parent | b8048a5538293b3855c2b2eae55d35645e614f11 (diff) |
CryptoNext Menu entries added
Diffstat (limited to '')
-rw-r--r-- | src/main/res/menu/encryption_choices.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main/res/menu/encryption_choices.xml b/src/main/res/menu/encryption_choices.xml index adf0ad8d..1b3fe76e 100644 --- a/src/main/res/menu/encryption_choices.xml +++ b/src/main/res/menu/encryption_choices.xml @@ -11,6 +11,9 @@ <item android:id="@+id/encryption_choice_pgp" android:title="@string/encryption_choice_pgp"/> + <item + android:id="@+id/encryption_choice_axolotl" + android:title="@string/encryption_choice_axolotl"/> </group> </menu>
\ No newline at end of file |