encryption_choices.xml
1<?xml version="1.0" encoding="utf-8"?>
2<menu xmlns:android="http://schemas.android.com/apk/res/android" >
3 <group android:checkableBehavior="single">
4
5<item
6 android:id="@+id/encryption_choice_none"
7 android:title="@string/encryption_choice_none"
8 />
9<item
10 android:id="@+id/encryption_choice_otr"
11 android:title="@string/encryption_choice_otr"
12 />
13<item
14 android:id="@+id/encryption_choice_pgp"
15 android:title="@string/encryption_choice_pgp"/>
16</group>
17</menu>