aboutsummaryrefslogtreecommitdiffstats
path: root/res/menu/encryption_choices.xml
diff options
context:
space:
mode:
authoriNPUTmice <daniel@gultsch.de>2014-09-12 17:53:42 +0200
committeriNPUTmice <daniel@gultsch.de>2014-09-12 17:53:42 +0200
commit83c3b33f18429dc8788c2b58a31d150bee553d10 (patch)
treef4451e53a65dd25fd434dcb08bdaad53137e987a /res/menu/encryption_choices.xml
parentcee898084ee27592d774c8f62f5be7fd1edf821b (diff)
parent73cba91c9b08ff512104897b32837f9824f1cd3e (diff)
Merge branch 'development'0.7.1
Diffstat (limited to 'res/menu/encryption_choices.xml')
-rw-r--r--res/menu/encryption_choices.xml29
1 files changed, 14 insertions, 15 deletions
diff --git a/res/menu/encryption_choices.xml b/res/menu/encryption_choices.xml
index 0596bfbc..adf0ad8d 100644
--- a/res/menu/encryption_choices.xml
+++ b/res/menu/encryption_choices.xml
@@ -1,17 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android" >
- <group android:checkableBehavior="single">
-
-<item
- android:id="@+id/encryption_choice_none"
- android:title="@string/encryption_choice_none"
- />
-<item
- android:id="@+id/encryption_choice_otr"
- android:title="@string/encryption_choice_otr"
- />
-<item
- android:id="@+id/encryption_choice_pgp"
- android:title="@string/encryption_choice_pgp"/>
-</group>
-</menu>
+
+ <group android:checkableBehavior="single" >
+ <item
+ android:id="@+id/encryption_choice_none"
+ android:title="@string/encryption_choice_none"/>
+ <item
+ android:id="@+id/encryption_choice_otr"
+ android:title="@string/encryption_choice_otr"/>
+ <item
+ android:id="@+id/encryption_choice_pgp"
+ android:title="@string/encryption_choice_pgp"/>
+ </group>
+
+</menu> \ No newline at end of file